godfreyhe commented on a change in pull request #9203: [FLINK-13375][table-api] Improve config names in ExecutionConfigOptions and OptimizerConfigOptions URL: https://github.com/apache/flink/pull/9203#discussion_r308230232
########## File path: flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/planner/plan/nodes/physical/stream/StreamExecRank.scala ########## @@ -246,8 +246,8 @@ object StreamExecRank { // It is a experimental config, will may be removed later. @Experimental - val SQL_EXEC_TOPN_CACHE_SIZE: ConfigOption[JLong] = - key("sql.exec.topn.cache.size") + val TABLE_EXEC_TOPN_CACHE_SIZE: ConfigOption[JLong] = + key("table.exec.topn.cache.size") Review comment: -> `table.exec.topn.cache-size` ? ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services