You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jc...@apache.org on 2017/09/07 22:58:50 UTC

calcite git commit: [CALCITE-1947] Add time/timestamp with local time zone types to optimizer

Repository: calcite
Updated Branches:
  refs/heads/master 310eaa001 -> 172db20b2


[CALCITE-1947] Add time/timestamp with local time zone types to optimizer

* Fixes javadoc


Project: http://git-wip-us.apache.org/repos/asf/calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/172db20b
Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/172db20b
Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/172db20b

Branch: refs/heads/master
Commit: 172db20b2571c676465ccf58e2fd1475748906e9
Parents: 310eaa0
Author: Jesus Camacho Rodriguez <jc...@apache.org>
Authored: Thu Sep 7 15:58:29 2017 -0700
Committer: Jesus Camacho Rodriguez <jc...@apache.org>
Committed: Thu Sep 7 15:58:29 2017 -0700

----------------------------------------------------------------------
 core/src/test/java/org/apache/calcite/rex/RexBuilderTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/172db20b/core/src/test/java/org/apache/calcite/rex/RexBuilderTest.java
----------------------------------------------------------------------
diff --git a/core/src/test/java/org/apache/calcite/rex/RexBuilderTest.java b/core/src/test/java/org/apache/calcite/rex/RexBuilderTest.java
index f9a61fc..02bb385 100644
--- a/core/src/test/java/org/apache/calcite/rex/RexBuilderTest.java
+++ b/core/src/test/java/org/apache/calcite/rex/RexBuilderTest.java
@@ -179,7 +179,7 @@ public class RexBuilderTest {
   }
 
   /** Tests
-   * {@link RexBuilder#makeTimestampWithLocalTimeZoneLiteral(TimestampWithTimeZoneString, int)}. */
+   * {@link RexBuilder#makeTimestampWithLocalTimeZoneLiteral(TimestampString, int)}. */
   @Test public void testTimestampWithLocalTimeZoneLiteral() {
     final RelDataTypeFactory typeFactory =
         new SqlTypeFactoryImpl(RelDataTypeSystem.DEFAULT);