datafusion icon indicating copy to clipboard operation
datafusion copied to clipboard

filter_push_down internal error

Open andygrove opened this issue 3 years ago • 1 comments

Describe the bug I have queries failing with:

Error: Internal("Optimizer rule 'filter_push_down' failed due to unexpected error: Internal error: on_lr_is_preserved cannot be appplied to SEMI/ANTI-JOIN nodes. This was likely caused by a bug in DataFusion's code and we would welcome that you file an bug report in our issue tracker")

To Reproduce I do not have a repro case yet and cannot share the query

Expected behavior Should not hit internal errors

Additional context None

andygrove avatar Sep 09 '22 13:09 andygrove

is it related with this issue https://github.com/apache/arrow-datafusion/issues/3421?

liukun4515 avatar Sep 09 '22 14:09 liukun4515