niebayes commented on code in PR #14782:
URL: https://github.com/apache/datafusion/pull/14782#discussion_r1962758678


##########
datafusion/common/src/config.rs:
##########
@@ -503,6 +503,10 @@ config_namespace! {
         /// (writing) Sets column index truncate length
         pub column_index_truncate_length: Option<usize>, default = Some(64)
 
+        /// (writing) Sets statictics truncate length. If NULL, uses

Review Comment:
   ```suggestion
           /// (writing) Sets statictics truncate length. If None, uses
   ```



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to