cfmcgrady commented on code in PR #5591:
URL: https://github.com/apache/kyuubi/pull/5591#discussion_r1420208385
##########
docs/configuration/settings.md:
##########
@@ -390,6 +390,9 @@ You can configure the Kyuubi properties in
`$KYUUBI_HOME/conf/kyuubi-defaults.co
| kyuubi.operation.result.arrow.timestampAsString | false
| When true, arrow-based
rowsets will convert columns of type timestamp to strings for transmission.
| boolean |
1.7.0 |
| kyuubi.operation.result.format | thrift
| Specify the result
format, available configs are: <ul> <li>THRIFT: the result will convert to TRow
at the engine driver side. </li> <li>ARROW: the result will be encoded as Arrow
at the executor side before collecting by the driver, and deserialized at the
client side. note that it only takes effect for kyuubi-hive-jdbc clients
now.</li></ul>
| string | 1.7.0 |
| kyuubi.operation.result.max.rows | 0
| Max rows of Spark query
results. Rows exceeding the limit would be ignored. By setting this value to 0
to disable the max rows limit.
| int |
1.6.0 |
+| kyuubi.operation.result.saveToFile.dir |
/tmp/kyuubi/tmp_kyuubi_result
| The Spark query result save dir, it should be a public accessible to every
engine. Results are saved in ORC format, and the directory structure is
`/null/engineId/sessionId/statementId`. Each query result will delete when
query finished.
| string | 1.9.0 |
Review Comment:
`null`?
--
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]