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

Support predicate pushdown on MongoDB date and timestamp #14413

Merged
merged 2 commits into from
Oct 1, 2022

Conversation

ebyhr
Copy link
Member

@ebyhr ebyhr commented Sep 30, 2022

Description

Fixes #5658
Supersedes #5682, #13517

Release notes

( ) 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.
(x) Release notes are required, with the following suggested text:

# MongoDB
* Support predicate pushdown on `date`, `time(3)`, `timestamp(3)` and `timestamp(3) with time zone` columns. ({issue}`5658`)

ebyhr and others added 2 commits October 1, 2022 08:31
Also, add type mapping tests for timestamp types.
The target types are DATE, TIME(3), TIMESTAMP(3) and
TIMESTAMP(3) WITH TIME ZONE

Co-Authored-By: element <547042+harlequin@users.noreply.github.com>
Co-Authored-By: Pádraig O'Sullivan <osullivan.padraig@gmail.com>
@ebyhr ebyhr merged commit 97b19ff into trinodb:master Oct 1, 2022
@ebyhr ebyhr deleted the ebi/mongo-local-date branch October 1, 2022 23:57
@github-actions github-actions bot added this to the 399 milestone Oct 2, 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.

MongoDB connector timestamp predicate pushdown
2 participants