Replace invalid Lookup.resolveGroup usage with resolve#14595
Replace invalid Lookup.resolveGroup usage with resolve#14595raunaqmorarka merged 3 commits intotrinodb:masterfrom
Conversation
There was a problem hiding this comment.
Separate this from "Replace invalid resolveGroup usage with resolve" commit.
This place wasn't incorrect.
it was actually correct, and just working around the (premature) deprecation of resolveGroup, doing same logic as resolve, but with a local (non deprecated) helper method
There was a problem hiding this comment.
Moved to "Deduplicate Lookup.resolve copies" commit
...no-main/src/main/java/io/trino/sql/planner/iterative/rule/DetermineJoinDistributionType.java
Outdated
Show resolved
Hide resolved
core/trino-main/src/main/java/io/trino/sql/planner/iterative/rule/PruneDistinctAggregation.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Separate this from "Replace invalid resolveGroup usage with resolve" commit.
This wasn't incorrect. That was just overly verbose, i.e. using resolveGroup without real group capability
There was a problem hiding this comment.
Moved to "Deduplicate Lookup.resolve copies" commit
core/trino-main/src/main/java/io/trino/sql/planner/iterative/rule/PruneDistinctAggregation.java
Outdated
Show resolved
Hide resolved
|
thank you for your PR |
d5d3e3e to
4f033ec
Compare
There was a problem hiding this comment.
Moved to "Deduplicate Lookup.resolve copies" commit
There was a problem hiding this comment.
Moved to "Deduplicate Lookup.resolve copies" commit
|
CI is sad, so i cancelled the oustanding jobs. ptal |
5ab3b9a to
fa9b431
Compare
raunaqmorarka
left a comment
There was a problem hiding this comment.
lgtm % removal of "Update Trino 400 release notes" commit
Since Lookup.resolveGroup returns sub-plan alternatives, the results cannot be joined inside single plan node.
fa9b431 to
f7401d7
Compare
|
CI failure of |
Description
Since
Lookup.resolveGroupreturns sub-planalternatives, the results cannot be joined
inside a single plan node.
Non-technical explanation
Release notes
(X ) This is not user-visible or docs only and no release notes are required.
( ) Release notes are required, please propose a release note for me.
( ) Release notes are required, with the following suggested text: