zhztheplayer commented on a change in pull request #1014: [CALCITE-2804] fix 
casting to timestamps because of malformed dimensi…
URL: https://github.com/apache/calcite/pull/1014#discussion_r256903413
 
 

 ##########
 File path: 
druid/src/main/java/org/apache/calcite/adapter/druid/DruidExpressions.java
 ##########
 @@ -159,7 +159,7 @@ public static String toDruidExpression(
   }
 
   public static String fromColumn(String columnName) {
-    return DruidQuery.format("\"%s\"", columnName);
+    return DruidQuery.format("%s", columnName);
 
 Review comment:
   Also I don't really understand why `__time` is different with `"__time"`, it 
seems that they should be equal. I'll run a test as soon as possible.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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