Skip to content
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

HIVE-24231: Enhance shared work optimizer to merge scans with filters on both sides #1553

Merged
merged 63 commits into from Oct 20, 2020

Conversation

kgyrtkirk
Copy link
Member

What changes were proposed in this pull request?

Why are the changes needed?

Does this PR introduce any user-facing change?

How was this patch tested?

null sort order: z
sort order: +
Map-reduce partition columns: _col0 (type: string)
Filter Operator
Copy link
Member Author

Choose a reason for hiding this comment

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

these 2 filter operators will be merged by the 'downstream merge' patch

/**
* Fuses two filtered table scans into a single one.
*
* Dynamic filter subtree is kept on both sides - but the table is onlt scanned once.
Copy link
Contributor

Choose a reason for hiding this comment

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

typo. onlt

Copy link
Member Author

Choose a reason for hiding this comment

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

added fix to HIVE-24241

@kgyrtkirk kgyrtkirk merged commit 275e63b into apache:master Oct 20, 2020
szehon-ho pushed a commit to szehon-ho/hive that referenced this pull request Nov 25, 2020
… on both sides (apache#1553) (Zoltan Haindrich reviewed by Jesus Camacho Rodriguez)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants