barrkel opened a new pull request, #3738:
URL: https://github.com/apache/calcite/pull/3738

   Split nakedMeasures flag into two flags:
   - nakedMeasuresInsideAggregatingQuery : allowed in group-by queries
   - nakedMeasuresOutsideAggregatingQuery : allowed in non-group-by queries
   
   The existing nakedMeasures flag is marked as deprecated. Its functionality 
is equivalent to setting the above two flags to the same value.


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