dedsec-terminal commented on PR #1729: URL: https://github.com/apache/datafusion-python/pull/1729#issuecomment-5652041753
Follow-up: I executed the example end to end and found one more runtime edge case: the literal `null` was inferred as an integer and rejected during parsing. Commit `9e001287` now uses an empty CSV field for the sample null value. All six examples complete successfully with DataFusion 54.0.0, and Ruff 0.15.1 lint/format checks pass. Ready for review. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
