xushiyan opened a new pull request, #187:
URL: https://github.com/apache/hudi-rs/pull/187
## Description
<!--- Describe your changes in detail -->
Fix DataFusion integration get schema API to handle empty table case - the
original Hudi table api returns an Err when retrieving schema fails. The
DataFusion API expects a legit SchemaRef to return, so change to return empty
schema when Hudi table api gives Err.
<!--- If it fixes an open issue, please link to the issue here. -->
Resolves #126
<!--- Please link any related issues and PRs as well. -->
## How are the changes test-covered
- [ ] N/A
- [x] Automated tests (unit and/or integration tests)
- [ ] Manual tests
- [ ] Details are described below
--
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]