-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Enhancement] Support Predicate Push Down in MaxCompute Catalog #48573
[Enhancement] Support Predicate Push Down in MaxCompute Catalog #48573
Conversation
| odps.split.policy | No | The shard policy used when for data scanning. <br />Valid values: `size` (shard by data size) and `row_offset` (shard by number of rows). Default value: `size`.<br /> | | ||
| odps.split.row.count | No | The maximum number of rows per shard when `odps.split.policy` is set to `row_offset`. <br />Default value: `4 * 1024 * 1024 = 4194304`.<br /> | | ||
| Parameter | Required | Description | | ||
|-----------------------|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please rebase main
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
Signed-off-by: 鼎昕 <[email protected]>
Signed-off-by: 鼎昕 <[email protected]>
Signed-off-by: 鼎昕 <[email protected]>
Signed-off-by: 鼎昕 <[email protected]>
Signed-off-by: 鼎昕 <[email protected]>
Signed-off-by: 鼎昕 <[email protected]>
Signed-off-by: 鼎昕 <[email protected]>
Signed-off-by: 鼎昕 <[email protected]>
Signed-off-by: 鼎昕 <[email protected]>
Signed-off-by: 鼎昕 <[email protected]>
19a1e03
to
624f47f
Compare
Quality Gate passedIssues Measures |
[FE Incremental Coverage Report]✅ pass : 78 / 95 (82.11%) file detail
|
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
Why I'm doing:
What I'm doing:
Fixes #48570
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: