Rafferty97 commented on PR #9494:
URL: https://github.com/apache/arrow-rs/pull/9494#issuecomment-5125576230

   Hey @alamb,
   
   I completely understand your time constraints and caution against 
introducing potentially breaking changes.
   
   To make this simpler to review and merge, I've reinstated the 
scalar-to-array coercion logic that the original implementation did, and thus 
reinstated the tests that I had changed/removed.
   
   There are still some minor behaviour changes which required some tweaks to 
the tests, but they're ones I wouldn't expect to have downstream impact:
   - Inferred field order now matches the input rather than alphabetised, 
arguably better than the previous behaviour
   - Error messages have different specific wordings
   
   If there's interest in resolving the mismatch between schema inference and 
file reading down the line, it can be contained to this ticket I'd opened 
previously: https://github.com/apache/arrow-rs/issues/9484


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