Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/deployment/spark/large_query_results.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ kyuubi-beeline -u 'jdbc:kyuubi://kyuubi:10009/' \
Note: Arrow serialization requires the client to support deserializing Arrow format results, you must use Kyuubi
JDBC driver v1.7.0 or higher, third-party clients like Apache Hive JDBC driver, PyHive does not work.

## Sava query results into files
## Save query results into files

Since v1.9.0, Kyuubi Spark SQL engine supports saving the query results into files instead of collecting to the
Spark driver memory before retrieving to client. This dramatically reduces the memory pressure of the Spark driver,
Expand Down