datafusion icon indicating copy to clipboard operation
datafusion copied to clipboard

common_sub_expression_eliminate internal error

Open andygrove opened this issue 2 years ago • 1 comments

Describe the bug

Error: Internal("Optimizer rule 'common_sub_expression_eliminate' failed due to unexpected error: Error during planning: 'Date64 <= Date32' can't be evaluated because there isn't a common type to coerce the types to")

To Reproduce tbd

Expected behavior

Additional context

andygrove avatar Sep 09 '22 14:09 andygrove

Does the type coercion rule should be before there rules?

liukun4515 avatar Sep 09 '22 14:09 liukun4515