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