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

   # Which issue does this PR close?
   
   Part of https://github.com/apache/arrow-rs/issues/3268
   
   # Rationale for this change
   Follow the DuckDB semantics (so we can eventually reuse some/all of their 
tests) 
https://duckdb.org/dev/sqllogictest/result_verification#null-values-and-empty-strings
   
   # What changes are included in this PR?
   Normalize empty strings to `(empty)`
   
   Note that I can't normalize nulls to `NULL` without 
https://github.com/apache/arrow-rs/issues/3268
   
   # Are these changes tested?
   Yes
   # Are there any user-facing changes?
   No


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