Skip to content

Commit 245f005

Browse files
dongshuyoupan3793
authored andcommitted
[KYUUBI #6900] [DOCS] Correct spelling errors in 'large_query_results' part
### Why are the changes needed? Correct spelling make the documentation better. ### How was this patch tested? No need. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #6900 from shuyouZZ/new-branch. Closes #6900 27220ab [dongshuyou] [DOCS] Correct spelling errors in 'large_query_results' part Authored-by: dongshuyou <[email protected]> Signed-off-by: Cheng Pan <[email protected]> (cherry picked from commit fee4899) Signed-off-by: Cheng Pan <[email protected]>
1 parent 3c34ed7 commit 245f005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deployment/spark/large_query_results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ kyuubi-beeline -u 'jdbc:kyuubi://kyuubi:10009/' \
191191
Note: Arrow serialization requires the client to support deserializing Arrow format results, you must use Kyuubi
192192
JDBC driver v1.7.0 or higher, third-party clients like Apache Hive JDBC driver, PyHive does not work.
193193

194-
## Sava query results into files
194+
## Save query results into files
195195

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

0 commit comments

Comments
 (0)