barrkel commented on code in PR #3738:
URL: https://github.com/apache/calcite/pull/3738#discussion_r1533789458


##########
core/src/main/java/org/apache/calcite/sql/validate/SqlValidator.java:
##########
@@ -912,15 +912,39 @@ interface Config {
      */
     Config withLenientOperatorLookup(boolean lenient);
 
-    /** Returns whether the validator allows measures to be used without the
-     * AGGREGATE function. Default is true. */
-    @Value.Default default boolean nakedMeasures() {
+    /** Returns whether the validator allows measures to be used without
+     * AGGREGATE function outside an aggregating query. Default is true.
+     */
+    @Value.Default default boolean nakedMeasuresOutsideAggregatingQuery() {
       return true;
     }
 
+    /** Sets whether the validator allows measures to be used without AGGREGATE
+     * function outside an aggregating query.

Review Comment:
   I think I addressed this phrasing.



-- 
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