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

Test checkpoint parquet file access count in Delta #18917

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

ebyhr
Copy link
Member

@ebyhr ebyhr commented Sep 5, 2023

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.

@cla-bot cla-bot bot added the cla-signed label Sep 5, 2023
@ebyhr ebyhr self-assigned this Sep 5, 2023
@github-actions github-actions bot added the delta-lake Delta Lake connector label Sep 5, 2023
"TABLE test_read_checkpoint",
ImmutableMultiset.<FileOperation>builder()
.addCopies(new FileOperation(LAST_CHECKPOINT, "_last_checkpoint", INPUT_FILE_NEW_STREAM), 2) // TODO (https://github.com/trinodb/trino/issues/16782) should be checked once per query
.addCopies(new FileOperation(CHECKPOINT, "00000000000000000002.checkpoint.parquet", INPUT_FILE_GET_LENGTH), 8) // TODO (https://github.com/trinodb/trino/issues/18916) should be checked once per query
Copy link
Member

Choose a reason for hiding this comment

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

INPUT_FILE_GET_LENGTH should be easy to eliminate. The _last_checkpoint contains the size attribute.

@findepi findepi merged commit fd0128d into trinodb:master Sep 5, 2023
@ebyhr ebyhr deleted the ebi/delta-checkpoint-access branch September 5, 2023 07:38
@github-actions github-actions bot added this to the 426 milestone Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed delta-lake Delta Lake connector
Development

Successfully merging this pull request may close these issues.

4 participants