bowenliang123 commented on code in PR #3877:
URL: https://github.com/apache/incubator-kyuubi/pull/3877#discussion_r1038328321
##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -1457,6 +1457,16 @@ object KyuubiConf {
.transform(_.toLowerCase(Locale.ROOT))
.createWithDefault("simple")
+ val OPERATION_RESULT_COMPRESSION_CODEC: ConfigEntry[String] =
+ buildConf("kyuubi.operation.result.compression.codec")
Review Comment:
As the config is used for Arrow-based results, shall we change it to
`kyuubi.operation.result.arrow.compression`?
--
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]