Skip to content

Commit

Permalink
doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonson committed Dec 14, 2024
1 parent 3b01026 commit 99d0c24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2444,7 +2444,7 @@ val SHUFFLE_COMPRESSION_LZ4_CHUNK_SIZE = conf("spark.rapids.shuffle.compression.
.doc("Option to turn on the async query output write. During the final output write, the " +
"task first copies the output to the host memory, and then writes it into the storage. " +
"When this option is enabled, the task will asynchronously write the output in the host " +
"memory to the storage. Only the Parquet format is supported currently.")
"memory to the storage. Only the Parquet and ORC formats are supported currently.")
.internal()
.booleanConf
.createWithDefault(false)
Expand Down

0 comments on commit 99d0c24

Please sign in to comment.