Skip to content

Commit a1098df

Browse files
committed
fix
1 parent 1a2daf6 commit a1098df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/layouts/shortcodes/generated/core_configuration.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,12 @@
567567
<td>String</td>
568568
<td>The mode of metadata stats collection. none, counts, truncate(16), full is available.<br /><ul><li>"none": means disable the metadata stats collection.</li></ul><ul><li>"counts" means only collect the null count.</li></ul><ul><li>"full": means collect the null count, min/max value.</li></ul><ul><li>"truncate(16)": means collect the null count, min/max value with truncated length of 16.</li></ul><ul><li>Field level stats mode can be specified by fields.{field_name}.stats-mode</li></ul></td>
569569
</tr>
570+
<tr>
571+
<td><h5>metadata.stats-mode.per.level</h5></td>
572+
<td style="word-wrap: break-word;"></td>
573+
<td>Map</td>
574+
<td>Define different 'metadata.stats-mode' for different level, you can add the conf like this: 'metadata.stats-mode.per.level' = '0:none', if the metadata.stats-mode for level is not provided, the default mode which set by `metadata.stats-mode` will be used.</td>
575+
</tr>
570576
<tr>
571577
<td><h5>metastore.partitioned-table</h5></td>
572578
<td style="word-wrap: break-word;">false</td>

0 commit comments

Comments
 (0)