Skip to content

Conversation

@zhuyufeng0809
Copy link
Contributor

Purpose

Linked issue: close #6221

read-optimized via hints

Tests

API and Format

Documentation

@zhuyufeng0809 zhuyufeng0809 force-pushed the paimon-6221 branch 2 times, most recently from 1124819 to 7c7b6a7 Compare September 13, 2025 09:23
@zhuyufeng0809
Copy link
Contributor Author

Hi @Aitozi , could you help me to review this PR ?

@zhuyufeng0809 zhuyufeng0809 force-pushed the paimon-6221 branch 2 times, most recently from eeb9f55 to 76ad157 Compare September 18, 2025 16:30
}
if (origin instanceof SystemCatalogTable) {
return new SystemTableSource(table, unbounded, context.getObjectIdentifier());
} else if (!unbounded && parseBoolean(options.get(READ_OPTIMIZED.key()))) {
Copy link
Contributor

Choose a reason for hiding this comment

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

It seems READ_OPTIMIZED is not a generic option, only work for Flink SQL.

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.

[Feature] Supports read-optimized via hints

2 participants