Skip to content
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

[AMORO-2350] Fix native iceberg format optimize evaluation trigger condition #2351

Merged
merged 4 commits into from
Nov 28, 2023

Conversation

zhongqishang
Copy link
Contributor

Why are the changes needed?

Close #2350.

Brief change log

  • KeyedTable && (ChangeSnapshotId || SnapshotId)
  • UnKeyedTable && SnapshotId

How was this patch tested?

  • Add some test cases that check the changes thoroughly including negative and positive cases if possible

  • Add screenshots for manual tests if appropriate

  • Run test locally before making a pull request

Documentation

  • Does this pull request introduce a new feature? (yes / no)
  • If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)

@github-actions github-actions bot added the module:ams-dashboard Ams dashboard module label Nov 23, 2023
Copy link

codecov bot commented Nov 23, 2023

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (f11336f) 52.82% compared to head (9109b24) 52.76%.

Files Patch % Lines
...er/table/executor/TableRuntimeRefreshExecutor.java 0.00% 7 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2351      +/-   ##
============================================
- Coverage     52.82%   52.76%   -0.07%     
+ Complexity     4262     4257       -5     
============================================
  Files           514      514              
  Lines         29521    29524       +3     
  Branches       2867     2870       +3     
============================================
- Hits          15594    15577      -17     
- Misses        12665    12689      +24     
+ Partials       1262     1258       -4     
Flag Coverage Δ
core 53.11% <0.00%> (-0.03%) ⬇️
trino 50.87% <ø> (-0.28%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@majin1102 majin1102 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@CLAassistant
Copy link

CLAassistant commented Nov 24, 2023

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@zhoujinsong zhoujinsong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@zhoujinsong zhoujinsong merged commit 1d39903 into apache:master Nov 28, 2023
zhoujinsong pushed a commit that referenced this pull request Dec 19, 2023
…ndition (#2351)

* [AMORO-2350] Fix native iceberg format optimize evaluation trigger condition

* Delete redundant line

(cherry picked from commit 1d39903)
Signed-off-by: zhoujinsong <[email protected]>
ShawHee pushed a commit to ShawHee/arctic that referenced this pull request Dec 29, 2023
…ndition (apache#2351)

* [AMORO-2350] Fix native iceberg format optimize evaluation trigger condition

* Delete redundant line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:ams-dashboard Ams dashboard module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Improvement]: Reduce triggering of optimizating evaluation for native iceberg format
4 participants