[CALCITE-5446] Adding support for aliasing TIMESTAMP -> TIMESTAMP_WITH_LOCAL_TIMEZONE for BQ connections#3037
Conversation
8cde21c to
bb31116
Compare
Add DATETIME, TIMESTAMP WITH LOCAL TIME; add class SqlUnknownLiteral; defer validation of character string
c6053b2 to
e0c0cfe
Compare
julianhyde
left a comment
There was a problem hiding this comment.
I suggested some minor changes.
Can you revise the summary so that it describes the feature being added? It's nothing to do with JDBC, much more to do with https://issues.apache.org/jira/browse/CALCITE-5424.
The change was a bit confusing to review because the second commit negates the first. They could both have been squashed out.
core/src/main/java/org/apache/calcite/sql/fun/SqlTimestampAddFunction.java
Outdated
Show resolved
Hide resolved
testkit/src/main/java/org/apache/calcite/test/ConnectionFactories.java
Outdated
Show resolved
Hide resolved
7a5ed32 to
0ffe04b
Compare
6b7c963 to
7db169d
Compare
7db169d to
7bd1194
Compare
|
is there a way for me to be able to re-trigger tests? I see rerun available on my fork but not here |
|
@olivrlee, if I click on the "Details" link, then I can see the "re-run" option (both globally and individually per each task), but being a committer I don't know if I can see it for this reason. Anyway, I have restarted the failed checks for you, hth. |
|
Kudos, SonarCloud Quality Gate passed! |








Adding in handling and type resolution for TIMESTAMP_WITH_LOCAL_TIMEZONE if the alias is set during connection