link3280 commented on a change in pull request #1938:
URL: https://github.com/apache/incubator-kyuubi/pull/1938#discussion_r811153680
##########
File path:
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala
##########
@@ -1199,4 +1199,13 @@ object KyuubiConf {
.version("1.5.0")
.stringConf
.createOptional
+
+ val ENGINE_FLINK_MAX_ROWS: ConfigEntry[Int] =
+ buildConf("engine.flink.max.rows")
Review comment:
OK. And I'm wondering if we should add `result` to make it
`session.engine.flink.result.max.rows`?
--
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]