[CALCITE-2299] TIMESTAMPADD(SQL_TSI_FRAC_SECOND) should be nanoseconds - #731
Closed
snuyanzin wants to merge 1 commit into
Closed
[CALCITE-2299] TIMESTAMPADD(SQL_TSI_FRAC_SECOND) should be nanoseconds #731snuyanzin wants to merge 1 commit into
snuyanzin wants to merge 1 commit into
Conversation
snuyanzin
force-pushed
the
CALCITE_2299
branch
2 times, most recently
from
July 2, 2018 11:18
bb3f097 to
97b993c
Compare
1) Added support for nanoseconds 2) Fix SQL_TSI_FRAC_SECOND which should be interpreted as nanoseconds. 3) Added tests
wangxlong
pushed a commit
to wangxlong/calcite
that referenced
this pull request
Feb 13, 2020
…s (Sergey Nuyanzin) 1) Add NANOSECONDS time unit; 2) Fix SQL_TSI_FRAC_SECOND which should be interpreted as nanoseconds; 3) Add tests. Close apache#731
jamesstarr
pushed a commit
to jamesstarr/calcite
that referenced
this pull request
Aug 28, 2025
…s (Sergey Nuyanzin) 1) Add NANOSECONDS time unit; 2) Fix SQL_TSI_FRAC_SECOND which should be interpreted as nanoseconds; 3) Add tests. Close apache#731 Change-Id: I985c02ee6dcff61c04cea66092ee42747e6ae933
jamesstarr
pushed a commit
to jamesstarr/calcite
that referenced
this pull request
Mar 16, 2026
…s (Sergey Nuyanzin) 1) Add NANOSECONDS time unit; 2) Fix SQL_TSI_FRAC_SECOND which should be interpreted as nanoseconds; 3) Add tests. Close apache#731 Change-Id: I985c02ee6dcff61c04cea66092ee42747e6ae933
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Calcite part for [CALCITE-2299] (needs avatica updates for being compiled and working)