andygrove commented on code in PR #13254:
URL: https://github.com/apache/datafusion/pull/13254#discussion_r1831182076


##########
docs/source/user-guide/configs.md:
##########
@@ -67,7 +67,7 @@ Environment variables are read during `SessionConfig` 
initialisation so they mus
 | datafusion.execution.parquet.statistics_enabled                         | 
page                      | (writing) Sets if statistics are enabled for any 
column Valid values are: "none", "chunk", and "page" These values are not case 
sensitive. If NULL, uses default parquet writer setting                         
                                                                                
                                                                                
                                                                                
                                                                                
                         |
 | datafusion.execution.parquet.max_statistics_size                        | 
4096                      | (writing) Sets max statistics size for any column. 
If NULL, uses default parquet writer setting                                    
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                      |
 | datafusion.execution.parquet.max_row_group_size                         | 
1048576                   | (writing) Target maximum number of rows in each row 
group (defaults to 1M rows). Writing larger row groups requires more memory to 
write, but can get better compression and be faster to read.                    
                                                                                
                                                                                
                                                                                
                                                                                
                      |
-| datafusion.execution.parquet.created_by                                 | 
datafusion version 42.2.0 | (writing) Sets "created by" property                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                     |
+| datafusion.execution.parquet.created_by                                 | 
datafusion version 43.0.0 | (writing) Sets "created by" property                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                     |

Review Comment:
   The docs are generated directly from code:
   
   ```rust
           /// (writing) Sets "created by" property
           pub created_by: String, default = concat!("datafusion version ", 
env!("CARGO_PKG_VERSION")).into()
   ```



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