alamb opened a new pull request, #2804: URL: https://github.com/apache/arrow-datafusion/pull/2804
# Which issue does this PR close? Part of https://github.com/apache/arrow-datafusion/pull/2778 # Rationale for this change https://github.com/apache/arrow-rs/issues/1888 (added in `arrow 17.0.0`) added validation to `RecordBatch` if the schema's declared nullability is different than its actual nullability it throws a runtime error. # What changes are included in this PR? Correct declared schema nullability in `information_schema` calculations There are no tests in this PR -- they are covered in https://github.com/apache/arrow-datafusion/pull/2778 # Are there any user-facing changes? kind of -- the schema of `information_schema` is slightly different (some columns are now marked as nullable) -- 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]
