kskalski opened a new pull request, #4894: URL: https://github.com/apache/arrow-rs/pull/4894
# Which issue does this PR close? Closes #4814. # Rationale for this change Preserves fields with unknown type in inferred schema (see more discussion in the issue) # What changes are included in this PR? * generally treat `null` as `InferredType::Any` such that its inference is delayed * refactoring to use a small func to build `DataType::List`, which shortens unit-tests a lot # Are there any user-facing changes? Schema inference might produce a field, which was previously skipped -- 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]
