-
Notifications
You must be signed in to change notification settings - Fork 2.5k
HUDI-1827 Add ORC Support in Bootstrap Op #3275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
# Conflicts: # hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieBootstrapConfig.java # hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/table/action/bootstrap/SparkBootstrapCommitActionExecutor.java # hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableConfig.java # hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/DataSourceOptions.scala # hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/hudi/HoodieSparkSqlWriter.scala
Codecov Report
@@ Coverage Diff @@
## master #3275 +/- ##
============================================
+ Coverage 50.77% 58.97% +8.20%
- Complexity 482 1226 +744
============================================
Files 79 169 +90
Lines 3541 6655 +3114
Branches 436 697 +261
============================================
+ Hits 1798 3925 +2127
- Misses 1585 2448 +863
- Partials 158 282 +124
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
@manasaks : Are you sure patch's commit history is in good shape? I see 28 commits in total and 272 files have been changed. Can you please check that out and clean up the PR. or put up a new clean PR. |
What is the purpose of the pull request
Add ORC Support in Bootstrap Op
Verify this pull request
(Please pick either of the following options)
This pull request is a trivial rework / code cleanup without any test coverage.
(or)
This pull request is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(example:)
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.