Open l1t1 opened 4 months ago
I have a similar issue and it looks like the issue starts on version 0.20.31 because my code works until version 0.20.30. There was a change made to the join function in the 0.20.31 release as well -> https://github.com/pola-rs/polars/pull/16507/commits/17ab6662c3c465bfee3456ed668e021efc322cf5
Checks
Reproducible example
Log output
No response
Issue description
I use a CTE table to cross join itself, it raise errors.
Expected behavior
it returns value same as following two sql commands
Installed versions