Dispatching eager to lazy causes errors to be cryptic #22596
Labels
A-exceptions
Area: exception handling
accepted
Ready for implementation
bug
Something isn't working
P-medium
Priority: medium
python
Related to Python Polars
Checks
Reproducible example
Probably the most common error to make.
In VS Code working in a ipynb, the output of the traceback is so long that it's truncated.
The line: " ColumnNotFoundError: Collumn1 " is therefor hidden by default for me.
Is it possible to reduce the size of this traceback? A couple of observations:
Log output
Issue description
Traceback for column not found is not very helpful to resolve the issue
Expected behavior
Provide a helpful traceback for the most common error
Installed versions
The text was updated successfully, but these errors were encountered: