Skip to content

Conversation

@yuzelin
Copy link
Contributor

@yuzelin yuzelin commented Nov 13, 2025

Purpose

For example, lookup with scan MAX_PT(), and the current MAX_PT is 20251111. If overwrite pt 20241110, we don't need to reopen the dim table.

Tests

API and Format

Documentation

@yuzelin yuzelin closed this Nov 13, 2025
@yuzelin yuzelin reopened this Nov 13, 2025
private final StartupMode startupMode;
private final LookupStreamScanMode lookupScanMode;

private List<BinaryRow> scanPartitions = Collections.emptyList();
Copy link
Contributor

Choose a reason for hiding this comment

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

default null?

}

private boolean shouldReopen(Snapshot snapshot) {
if (scanPartitions.isEmpty()) {
Copy link
Contributor

Choose a reason for hiding this comment

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

if scan partitions is null

@yuzelin yuzelin force-pushed the refactor-dim-overwrite branch from 679b63f to 2a24946 Compare November 17, 2025 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants