apilloud commented on a change in pull request #14630:
URL: https://github.com/apache/beam/pull/14630#discussion_r619552010
##########
File path:
sdks/java/extensions/sql/zetasql/src/main/java/org/apache/beam/sdk/extensions/sql/zetasql/SqlAnalyzer.java
##########
@@ -144,14 +144,15 @@ static AnalyzerOptions baseAnalyzerOptions() {
.setEnabledLanguageFeatures(
new HashSet<>(
Arrays.asList(
- LanguageFeature.FEATURE_NUMERIC_TYPE,
+ LanguageFeature.FEATURE_CREATE_AGGREGATE_FUNCTION,
Review comment:
FYI This list has an internal equivalent for the Dataflow SQL validator.
Please update it to match.
--
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]