ozgrakkurt opened a new pull request, #6821:
URL: https://github.com/apache/arrow-datafusion/pull/6821

   closes #3125 
   
   Need help with test failure, couldn't understand why it means:
   
   ```
   thread 'sql::expr::test_encoding_expressions' panicked at 'called 
`Result::unwrap()` on an `Err` value: Context("simplify_expressions", 
Internal("Optimizer rule 'simplify_expressions' failed, due to generate a 
different schema, original schema: DFSchema { fields: [DFField { qualifier: 
None, field: Field { name: \"encode(Utf8(\\\"tom\\\"),Utf8(\\\"base64\\\"))\", 
data_type: Binary, nullable: true, dict_id: 0, dict_is_ordered: false, 
metadata: {} } }], metadata: {} }, new schema: DFSchema { fields: [DFField { 
qualifier: None, field: Field { name: 
\"encode(Utf8(\\\"tom\\\"),Utf8(\\\"base64\\\"))\", data_type: Utf8, nullable: 
false, dict_id: 0, dict_is_ordered: false, metadata: {} } }], metadata: {} 
}"))', datafusion/core/tests/sql/mod.rs:556:38
   ```


-- 
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]

Reply via email to