alamb opened a new pull request, #3547: URL: https://github.com/apache/arrow-datafusion/pull/3547
Draft as it builds on https://github.com/apache/arrow-datafusion/pull/3536 and doesn't pass all tests # Which issue does this PR close? Re https://github.com/apache/arrow-datafusion/issues/3531 # Rationale for this change While working on https://github.com/apache/arrow-datafusion/issues/3531 I found the `ScalarValue` serialization code quite challenging to understand as it did not match the structure of `ScalarValue`. I also hope a final PR in this series to remove `PrimitiveScalarType` but I didn't quite make it today and ran out of time # What changes are included in this PR? 1. Remove special case null handling for ScalarValue::List (it is already covered) # 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]
