Skip to content

Support predicate pushdown on MongoDB date and timestamp #14413

Merged
ebyhr merged 2 commits intotrinodb:masterfrom
ebyhr:ebi/mongo-local-date
Oct 1, 2022
Merged

Support predicate pushdown on MongoDB date and timestamp #14413
ebyhr merged 2 commits intotrinodb:masterfrom
ebyhr:ebi/mongo-local-date

Conversation

@ebyhr
Copy link
Copy Markdown
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