feat(java): dataset supports reading transaction#4397
feat(java): dataset supports reading transaction#4397yanghua merged 3 commits intolance-format:mainfrom
Conversation
|
This PR is ready to review @jackye1995 |
| dataset | ||
| .newTransactionBuilder() | ||
| .operation(Project.builder().schema(new Schema(fieldList)).build()) | ||
| .build(); |
There was a problem hiding this comment.
thx, can you help add a transaction_properties in builder, and validate if we can get it correctly in readTransaction() later ?
273cf07 to
20f1c27
Compare
7d05971 to
fc7f7d9
Compare
|
@majin1102 I guess you are syncing the branch code to the latest main. You should use rebase instead of cherry-pick. Otherwise the commits will look a bit confusing |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4397 +/- ##
==========================================
- Coverage 80.59% 80.58% -0.01%
==========================================
Files 301 301
Lines 108683 108683
Branches 108683 108683
==========================================
- Hits 87588 87587 -1
- Misses 17967 17969 +2
+ Partials 3128 3127 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Did't cherry pick. Don't know what I did just to figure out some ci things. |
aac4e0f to
78ad46f
Compare

Close #4382
So that java operations afterwards must implement read function