zjuwangg commented on code in PR #10603: URL: https://github.com/apache/incubator-gluten/pull/10603#discussion_r2329746982
##########
docs/velox-configuration.md:
##########
@@ -75,11 +66,6 @@ nav_order: 16
| spark.gluten.sql.columnar.backend.velox.ssdChecksumReadVerificationEnabled
| false | If true, checksum read verification from SSD is
enabled.
|
| spark.gluten.sql.columnar.backend.velox.ssdDisableFileCow
| false | True if copy on write should be disabled.
|
| spark.gluten.sql.columnar.backend.velox.ssdODirect
| false | The O_DIRECT flag for cache writing
|
-| spark.gluten.sql.columnar.backend.velox.taskMetricsToEventLog.threshold
| <undefined> | Sets the threshold in seconds for writing task
statistics to the event log if the task runs longer than this value.
Configuring the value >=0 can enable the feature. 0 means all tasks report and
save the metrics to eventlog. value <0 disable the feature.
|
| spark.gluten.sql.columnar.backend.velox.window.type
| streaming | Velox backend supports both SortWindow and
StreamingWindow operators. The StreamingWindow operator skips the sorting step
in the input but does not support spill. On the other hand, the SortWindow
operator is responsible for sorting the input data within the Window operator
and also supports spill.
|
-| spark.gluten.velox.awsSdkLogLevel
| FATAL | Log granularity of AWS C++ SDK in velox.
|
| spark.gluten.velox.castFromVarcharAddTrimNode
| false | If true, will add a trim node which has the same
sementic as vanilla Spark to CAST-from-varchar.Otherwise, do nothing.
|
-| spark.gluten.velox.fs.s3a.connect.timeout
| 200s | Timeout for AWS s3 connection.
|
Review Comment:
Just addressed.
--
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]
