Skip to content

Support predicate pushdown on boolean column in MongoDB#11556

Merged
ebyhr merged 1 commit intotrinodb:masterfrom
ebyhr:ebi/mongodb-boolean-pushdown
Mar 18, 2022
Merged

Support predicate pushdown on boolean column in MongoDB#11556
ebyhr merged 1 commit intotrinodb:masterfrom
ebyhr:ebi/mongodb-boolean-pushdown

Conversation

@ebyhr
Copy link
Copy Markdown
Member

@ebyhr ebyhr commented Mar 18, 2022

Description

Support predicate pushdown on boolean column in MongoDB
Fixes #11536

Documentation

(x) No documentation is needed.
( ) Sufficient documentation is included in this PR.
( ) Documentation PR is available with #prnumber.
( ) Documentation issue #issuenumber is filed, and can be handled later.

Release notes

( ) No release notes entries required.
(x) Release notes entries required with the following suggested text:

# MongoDB
* Support predicate pushdown on `boolean` column. ({issue}`11556`)

@cla-bot cla-bot bot added the cla-signed label Mar 18, 2022
@ebyhr ebyhr requested a review from hashhar March 18, 2022 07:00
@ebyhr ebyhr merged commit 873e14f into trinodb:master Mar 18, 2022
@ebyhr ebyhr deleted the ebi/mongodb-boolean-pushdown branch March 18, 2022 12:49
@ebyhr ebyhr mentioned this pull request Mar 18, 2022
@github-actions github-actions bot added this to the 375 milestone Mar 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

Predict push down is not happening for boolean in where clause with MongoDB connector

2 participants