vaibhav-sinha opened a new pull request #3130:
URL: https://github.com/apache/hudi/pull/3130
## What is the purpose of the pull request
Add support to export Hudi table as ORC
## Brief change log
Since ORC format is supported by Spark natively, essentially no change is
needed in the code besides adding ORC as one of the supported formats in the
list of formats within HoodieSnapshotExporter.
## Verify this pull request
This pull request is already covered by existing tests.
- Added ORC as one of the formats in TestHoodieSnapshotExporter
## Committer checklist
- [ ] Has a corresponding JIRA in PR title & commit
- [ ] Commit message is descriptive of the change
- [ ] CI is green
- [ ] Necessary doc changes done or have another open PR
- [ ] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]