FelixYBW commented on code in PR #10119:
URL: 
https://github.com/apache/incubator-gluten/pull/10119#discussion_r2238078201


##########
docs/velox-configuration.md:
##########
@@ -72,6 +72,7 @@ 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 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.                                         
                                                                                
                                                                          |

Review Comment:
   Add unit sec.



-- 
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]

Reply via email to