twalthr commented on a change in pull request #9203: [FLINK-13375][table-api]
Move ExecutionConfigOptions and OptimizerConfigOptions to table-api
URL: https://github.com/apache/flink/pull/9203#discussion_r306336585
##########
File path:
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/config/OptimizerConfigOptions.java
##########
@@ -30,8 +30,8 @@
//
------------------------------------------------------------------------
// Optimizer Options
//
------------------------------------------------------------------------
- public static final ConfigOption<String>
SQL_OPTIMIZER_AGG_PHASE_STRATEGY =
- key("sql.optimizer.agg-phase.strategy")
+ public static final ConfigOption<String>
TABLE_OPTIMIZER_AGG_PHASE_STRATEGY =
+ key("table.optimizer.agg-phase.strategy")
Review comment:
`table.optimizer.agg-phase-strategy`?
----------------------------------------------------------------
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]
With regards,
Apache Git Services