nastra commented on code in PR #9865:
URL: https://github.com/apache/iceberg/pull/9865#discussion_r1524592034


##########
docs/docs/configuration.md:
##########
@@ -61,7 +61,7 @@ Iceberg tables support table properties to configure table 
behavior, like the de
 | write.orc.bloom.filter.fpp                           | 0.05                  
      | False positive probability for Bloom filter (must > 0.0 and < 1.0)      
                                                                                
                                          |
 | write.location-provider.impl                         | null                  
      | Optional custom implementation for LocationProvider                     
                                                                                
                                          |
 | write.metadata.compression-codec                     | none                  
      | Metadata compression codec; none or gzip                                
                                                                                
                                          |
-| write.metadata.metrics.max-inferred-column-defaults  | 100                   
      | Defines the maximum number of columns for which metrics are collected   
                                                                                
                                          |
+| write.metadata.metrics.max-inferred-column-defaults  | 100                   
      | Defines the maximum number of top level columns for which metrics are 
collected. Number of stored metrics can be higher than this limit for a table 
with nested fields                                         |

Review Comment:
   ```suggestion
   | write.metadata.metrics.max-inferred-column-defaults  | 100                 
        | Defines the maximum number of top level columns for which metrics are 
collected. Number of stored metrics can be higher than this limit for a table 
with nested fields                            |
   ```



-- 
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: issues-unsubscr...@iceberg.apache.org

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


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

Reply via email to