zhztheplayer commented on a change in pull request #1262: [CALCITE-2804] fix 
broken unit test
URL: https://github.com/apache/calcite/pull/1262#discussion_r292264234
 
 

 ##########
 File path: druid/src/test/java/org/apache/calcite/test/DruidAdapterIT.java
 ##########
 @@ -577,23 +577,28 @@ protected boolean enabled() {
    */
   @Test public void testCastToTimestamp() {
     final String sql = "select cast(\"timestamp\" as timestamp) from 
\"foodmart\"";
-    final String druidQuery = "{'queryType':'scan','dataSource':'foodmart',"
-        + "'intervals':['1900-01-09T00:00:00.000Z/2992-01-10T00:00:00.000Z']',"
-        + "'virtualColumns:[{'type':'expression','name':'vc',"
-        + "'expression':'timestamp_parse("
-        + 
"timestamp_format(\"__time\",'yyyy-MM-dd\\u0027T\\u0027HH:mm:ss.SSS\\u0027Z\\u0027',"
-        + 
"'America/New_York'),'yyyy-MM-dd\\u0027T\\u0027HH:mm:ss.SSS\\u0027Z\\u0027','UTC')',"
-        + "'outputType':'LONG'}],"
-        + "'columns':['vc'],"
-        + "'resultFormat':'compactedList'}";
+    final String druidQuery = 
"{\"queryType\":\"scan\",\"dataSource\":\"foodmart\","
+        + 
"\"intervals\":[\"1900-01-09T00:00:00.000Z/2992-01-10T00:00:00.000Z\"],"
+        + "\"virtualColumns\":[{\"type\":\"expression\",\"name\":\"vc\","
+        + "\"expression\":\"timestamp_parse("
+        + 
"timestamp_format(\\\"__time\\\",'yyyy-MM-dd\\\\u0027T\\\\u0027HH:mm:ss.SSS\\\\u0027Z\\\\u0027',"
+        + 
"'America/New_York'),'yyyy-MM-dd\\\\u0027T\\\\u0027HH:mm:ss.SSS\\\\u0027Z\\\\u0027','UTC')\","
+        + "\"outputType\":\"LONG\"}],"
+        + "\"columns\":[\"vc\"],"
+        + "\"resultFormat\":\"compactedList\"}";
 
     CalciteAssert.that()
          .enable(enabled())
 
 Review comment:
   JDK 13 is failing because of some other problems[1], but we still have to 
fix indentions if we found some. There are 5 whitespaces in front of 
`.enable(enabled())` :)
   
   [1] 
https://lists.apache.org/thread.html/f5fe7944794a546e3bc27d2c059bc7134bba10b3973ced42df9f707a@%3Cdev.calcite.apache.org%3E

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to