Uh oh!
There was an error while loading. Please reload this page.
[fix](multi-catalog)fix maxcompute partition filter and session creation - #24911
Conversation
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
2 similar comments
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
| } | ||
| // reorder columns | ||
| List<Column> columnList = curTableScan.getSchema().getColumns(); | ||
| columnList.addAll(curTableScan.getSchema().getPartitionColumns()); |
There was a problem hiding this comment.
Does curTableScan.getSchema().getColumns() contains partition columns?
| .map(Column::getName) | ||
| .collect(Collectors.toSet()); | ||
| List<Column> maxComputeColumns = new ArrayList<>(readColumns); | ||
| maxComputeColumns.removeIf(e -> partitionColumns.contains(e.getName())); |
There was a problem hiding this comment.
Why remove partition columns here?
There was a problem hiding this comment.
max compute depart the partition columns from common columns
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
wsjz
commented
Oct 16, 2023
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 16, 2023
TeamCity be ut coverage result: |
wsjz
commented
Oct 16, 2023
run buildall |
doris-robot
commented
Oct 16, 2023
TeamCity be ut coverage result: |
doris-robot
commented
Oct 16, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
clang-tidy review says "All clean, LGTM! 👍" |
morningman
commented
Oct 17, 2023
run buildall |
doris-robot
commented
Oct 17, 2023
TeamCity be ut coverage result: |
doris-robot
commented
Oct 17, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
…ion (#24911) add maxcompute partition support fix maxcompute partition filter modify maxcompute session create method
…ion (apache#24911) add maxcompute partition support fix maxcompute partition filter modify maxcompute session create method
…ion (apache#24911) add maxcompute partition support fix maxcompute partition filter modify maxcompute session create method
Proposed changes
add maxcompute partition support
fix maxcompute partition filter
modify maxcompute session create method
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...