Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Add useless sort nodes removal. #697

Merged
merged 1 commit into from
Oct 12, 2023
Merged

Add useless sort nodes removal. #697

merged 1 commit into from
Oct 12, 2023

Conversation

ienkovich
Copy link
Contributor

Some code in RelAlgExecutor doesn't expect a sort node to be an input of another sort node. To not care about such cases, I added a canonicalization pass to remove such dead sort nodes.

Resolves #695

@ienkovich ienkovich force-pushed the ienkovich/issue-695 branch from 0e4fa0d to cfdcf14 Compare October 12, 2023 19:43
Signed-off-by: Ilya Enkovich <ilya.enkovich@intel.com>
@ienkovich ienkovich merged commit 7a9198a into main Oct 12, 2023
@ienkovich ienkovich deleted the ienkovich/issue-695 branch October 12, 2023 21:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

COUNT aggregation fails if the number of groups > 44_739_242
2 participants