vegarsti commented on issue #18516: URL: https://github.com/apache/datafusion/issues/18516#issuecomment-3507636465
Tried with setting arrow to commit https://github.com/apache/arrow-rs/commit/c14902727cf41fa73ed23acebca82c4eefed5d5f, and getting an error from the optimizer now, so that's good! ``` Running: SELECT * FROM test_table WHERE ree_column = 'test' Query results: Error: Context("Optimizer rule 'simplify_expressions' failed", NotImplemented("Can't create a scalar from array of type \"RunEndEncoded(Field { name: \"run_ends\", data_type: Int32 }, Field { name: \"values\", data_type: Utf8, nullable: true })\"")) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
