alamb commented on code in PR #7873:
URL: https://github.com/apache/arrow-datafusion/pull/7873#discussion_r1365837618


##########
docs/source/user-guide/configs.md:
##########
@@ -65,7 +65,7 @@ Environment variables are read during `SessionConfig` 
initialisation so they mus
 | datafusion.execution.parquet.max_statistics_size           | NULL            
          | Sets max statistics size for any column. If NULL, uses default 
parquet writer setting                                                          
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                         |
 | datafusion.execution.parquet.max_row_group_size            | 1048576         
          | Sets maximum number of rows in a row group                          
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                    |
 | datafusion.execution.parquet.created_by                    | datafusion 
version 32.0.0 | Sets "created by" property                                     
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                         |
-| datafusion.execution.parquet.column_index_truncate_length  | NULL            
          | Sets column index truncate length                                   
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                    |
+| datafusion.execution.parquet.column_index_truncate_length  | NULL            
          | Sets column index trucate length                                    
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                    |

Review Comment:
   I am not sure why this is required on this PR (maybe the CI didn't fully run 
on another PR 🤔 ) anyhow it seems a straightforward enough fix



##########
docs/source/user-guide/configs.md:
##########
@@ -65,7 +65,7 @@ Environment variables are read during `SessionConfig` 
initialisation so they mus
 | datafusion.execution.parquet.max_statistics_size           | NULL            
          | Sets max statistics size for any column. If NULL, uses default 
parquet writer setting                                                          
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                         |
 | datafusion.execution.parquet.max_row_group_size            | 1048576         
          | Sets maximum number of rows in a row group                          
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                    |
 | datafusion.execution.parquet.created_by                    | datafusion 
version 32.0.0 | Sets "created by" property                                     
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                         |
-| datafusion.execution.parquet.column_index_truncate_length  | NULL            
          | Sets column index truncate length                                   
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                    |
+| datafusion.execution.parquet.column_index_truncate_length  | NULL            
          | Sets column index trucate length                                    
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                    |

Review Comment:
   I am not sure why this is required on this PR (maybe the CI didn't fully run 
on another PR 🤔 ) anyhow it seems a straightforward enough fix



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

Reply via email to