SanjayUG opened a new pull request, #1073: URL: https://github.com/apache/datafusion-python/pull/1073
# Fix: Improve CSV Path Handling and Error Handling in Substrait Example ## Which issue does this PR close? - Closes #1053 ## Rationale for this change This update improves the CSV path handling and error handling in the Substrait example. The changes ensure cross-platform compatibility and provide more comprehensive error handling, making the code more robust and user-friendly. ## What changes are included in this PR? - **fix:** Improve CSV path handling and error handling in Substrait example - Add cross-platform path handling using `os.path` - Add comprehensive error handling for CSV registration - Improve error messages and code organization ## Are these changes tested? Yes, the changes have been tested to ensure that the CSV path handling works correctly across different platforms and that the error handling provides meaningful messages. ## Are there any user-facing changes? No, there are no user-facing changes as this update is related to internal code improvements. ## Are there any breaking changes to public APIs? No, there are no breaking changes to public APIs. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org