pan3793 commented on code in PR #5591:
URL: https://github.com/apache/kyuubi/pull/5591#discussion_r1418539461
##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -1893,6 +1893,28 @@ object KyuubiConf {
.intConf
.createWithDefault(0)
+ val OPERATION_RESULT_SAVE_TO_FILE: ConfigEntry[Boolean] =
+ buildConf("kyuubi.operation.result.save.to.file")
Review Comment:
```
kyuubi.operation.result.saveToFile.enabled
kyuubi.operation.result.saveToFile.dir
kyuubi.operation.result.saveToFile.minSize (we may want to support row num
based threshold in the future)
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]