Add support for funky column names with polars lazy=True#33
Conversation
dsevilla
left a comment
There was a problem hiding this comment.
Looks good to me taking into account the usage of double quotes for names in DuckDB.
|
@J-Meyers : Thanks for helping fix this! ❤️ |
|
I may be wrong, but is seems the patch will not work if the column name contains a double quote. I suspect changing the following line: to would fix this. |
@soren-petersen |
|
Looks good, thanks for the fix! FYI I switched the base to main and back to trigger the PR workflow, which had a bug. If the tests succeed I'll merge tomorrow and this will go into 1.4.0 (planned for Wed). |
Fixes: duckdb/duckdb#18875