-
Notifications
You must be signed in to change notification settings - Fork 318
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
[Arctic-1476]: Support load and optimizing iceberg table on s3 #1481
Conversation
* resolve compile error.
fix runtime bug
feat: display login error msg Co-authored-by: zhubeibei <[email protected]>
* fix runtime bug * fix runtime bug
# Conflicts: # hive/src/main/java/com/netease/arctic/hive/table/KeyedHiveTable.java
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #1481 +/- ##
============================================
- Coverage 47.39% 47.24% -0.15%
Complexity 3442 3442
============================================
Files 461 463 +2
Lines 24401 24476 +75
Branches 2500 2500
============================================
- Hits 11564 11563 -1
- Misses 11768 11842 +74
- Partials 1069 1071 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
# Conflicts: # ams/server/src/main/java/com/netease/arctic/server/table/executor/OrphanFilesCleaningExecutor.java # ams/server/src/test/java/com/netease/arctic/server/optimizing/TestMixedHiveOptimizing.java # core/src/test/java/com/netease/arctic/catalog/TableTestBase.java
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Why are the changes needed?
fix #1476 to support load and optimzing iceberg table with s3 or other non-hadoop storage system.
Brief change log
How was this patch tested?