jhnmora000 commented on a change in pull request #12595:
URL: https://github.com/apache/beam/pull/12595#discussion_r471883690
##########
File path:
sdks/java/extensions/sql/zetasql/src/main/java/org/apache/beam/sdk/extensions/sql/zetasql/SqlAnalyzer.java
##########
@@ -177,7 +177,8 @@ static AnalyzerOptions baseAnalyzerOptions() {
LanguageFeature.FEATURE_V_1_1_SELECT_STAR_EXCEPT_REPLACE,
LanguageFeature.FEATURE_TABLE_VALUED_FUNCTIONS,
LanguageFeature.FEATURE_CREATE_TABLE_FUNCTION,
- LanguageFeature.FEATURE_TEMPLATE_FUNCTIONS)));
+ LanguageFeature.FEATURE_TEMPLATE_FUNCTIONS,
+ LanguageFeature.FEATURE_ANALYTIC_FUNCTIONS)));
Review comment:
If I recall correctly, I got ' agg OVER (..) ' not supported errors (or
similar) when this feature was off.
----------------------------------------------------------------
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]