[CALCITE-1866] MySQL FLOOR to time use '%H' for hours rather than '%k'#745
Closed
snuyanzin wants to merge 1 commit intoapache:masterfrom
Closed
[CALCITE-1866] MySQL FLOOR to time use '%H' for hours rather than '%k'#745snuyanzin wants to merge 1 commit intoapache:masterfrom
snuyanzin wants to merge 1 commit intoapache:masterfrom
Conversation
…n '%k' 1) Format fix (Kang Wang) 2) Added test-cases for MySQL (FLOOR to HOUR, FLOOR to MINUTE, FLOOR to SECOND) (Sergey Nuyanzin)
julianhyde
pushed a commit
to julianhyde/calcite
that referenced
this pull request
Jul 8, 2018
…OR to MySQL (Kang Wang, Sergey Nuyanzin) Fix format string. DateTime FLOOR to HOUR cause MySQL use '%H' rather than '%k'. (Kang Wang) Add test-cases for MySQL (FLOOR to HOUR, FLOOR to MINUTE, FLOOR to SECOND) (Sergey Nuyanzin) Close apache#745
julianhyde
pushed a commit
to julianhyde/calcite
that referenced
this pull request
Jul 8, 2018
…OR to MySQL (Kang Wang, Sergey Nuyanzin) Fix format string. DateTime FLOOR to HOUR cause MySQL use '%H' rather than '%k'. (Kang Wang) Add test-cases for MySQL (FLOOR to HOUR, FLOOR to MINUTE, FLOOR to SECOND) (Sergey Nuyanzin) Close apache#745
julianhyde
pushed a commit
to julianhyde/calcite
that referenced
this pull request
Jul 8, 2018
…OR to MySQL (Kang Wang, Sergey Nuyanzin) Fix format string. DateTime FLOOR to HOUR cause MySQL use '%H' rather than '%k'. (Kang Wang) Add test-cases for MySQL (FLOOR to HOUR, FLOOR to MINUTE, FLOOR to SECOND) (Sergey Nuyanzin) Close apache#745
wangxlong
pushed a commit
to wangxlong/calcite
that referenced
this pull request
Feb 13, 2020
…OR to MySQL (Kang Wang, Sergey Nuyanzin) Fix format string. DateTime FLOOR to HOUR cause MySQL use '%H' rather than '%k'. (Kang Wang) Add test-cases for MySQL (FLOOR to HOUR, FLOOR to MINUTE, FLOOR to SECOND) (Sergey Nuyanzin) Close apache#745
jamesstarr
pushed a commit
to jamesstarr/calcite
that referenced
this pull request
Aug 28, 2025
…OR to MySQL (Kang Wang, Sergey Nuyanzin) Fix format string. DateTime FLOOR to HOUR cause MySQL use '%H' rather than '%k'. (Kang Wang) Add test-cases for MySQL (FLOOR to HOUR, FLOOR to MINUTE, FLOOR to SECOND) (Sergey Nuyanzin) Close apache#745 Change-Id: Ibdbeba7c2db19ae924f6588bf77efa75488f30cb
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-1866] dateTime FLOOR to HOUR cause MySQL use '%H' instead of '%k' and tests