You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/12/31 09:40:33 UTC

[GitHub] [calcite] danny0405 commented on a change in pull request #1710: [CALCITE-2672] Qualifying the common column should not be allowed in Oracle dialect

danny0405 commented on a change in pull request #1710: [CALCITE-2672] Qualifying the common column should not be allowed in Oracle dialect
URL: https://github.com/apache/calcite/pull/1710#discussion_r362181906
 
 

 ##########
 File path: core/src/main/java/org/apache/calcite/sql/validate/SqlConformance.java
 ##########
 @@ -408,4 +408,14 @@
    * false otherwise.
    */
   boolean allowPluralTimeUnits();
+
+  /**
+   * Whether to allow qualifying common column.
+   *
+   * <p>Among the built-in conformance levels, false in
 
 Review comment:
   What do you mean by "common column" ? Can you clarify ?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services