candiduslynx opened a new pull request, #40802: URL: https://github.com/apache/arrow/pull/40802
### Rationale for this change Currently creating a record with a `null` type via `new(arrow.NullType)` in the schema will fail the schema validation. ### What changes are included in this PR? Made `arrow.Null` a non-null value instead of just a declaration. ### Are these changes tested? If that's required, could you suggest a good test and/or a place to put the test? I suppose, adding a `null` type to `NewRecord` test case might just work. ### Are there any user-facing changes? `arrow.Null` became non-null, but the type is the same. -- 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]
