olivrlee commented on code in PR #3037:
URL: https://github.com/apache/calcite/pull/3037#discussion_r1088550125


##########
babel/src/test/java/org/apache/calcite/test/BabelQuidemTest.java:
##########
@@ -112,6 +113,12 @@ public static void main(String[] args) throws Exception {
               .with(CalciteConnectionProperty.CONFORMANCE,
                   SqlConformanceEnum.BABEL)
               .with(CalciteConnectionProperty.LENIENT_OPERATOR_LOOKUP, true)
+              .with(
+                  ConnectionFactories.addType("DATETIME", typeFactory ->
+                  typeFactory.createSqlType(SqlTypeName.TIMESTAMP)))

Review Comment:
   that causes tests to fail, what I have now is the automated fix after 
running  `./gradlew autostyleApply` 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to