This is an automated email from the ASF dual-hosted git repository.

yuzelin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new c335a95049 [fix] Fix doc compile issue (#8656)
c335a95049 is described below

commit c335a950496b3a0ddcd24953ee0fd38c57060bc1
Author: yuzelin <[email protected]>
AuthorDate: Wed Jul 15 17:23:34 2026 +0800

    [fix] Fix doc compile issue (#8656)
---
 docs/generated/core_configuration.html | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/generated/core_configuration.html 
b/docs/generated/core_configuration.html
index a0db693b2f..143c244451 100644
--- a/docs/generated/core_configuration.html
+++ b/docs/generated/core_configuration.html
@@ -1217,6 +1217,12 @@ This config option does not affect the default 
filesystem metastore.</td>
             <td>Boolean</td>
             <td>Enables clustering by non-primary key fields. When set to 
true, the physical sort order of data files is determined by the configured 
'clustering.columns' instead of the primary key, optimizing query performance 
for non-PK columns.</td>
         </tr>
+        <tr>
+            <td><h5>pk-full-text.index.columns</h5></td>
+            <td style="word-wrap: break-word;">(none)</td>
+            <td>String</td>
+            <td>Comma-separated character columns indexed by primary-key 
full-text indexes. The first release supports exactly one column.</td>
+        </tr>
         <tr>
             <td><h5>pk-vector.index.columns</h5></td>
             <td style="word-wrap: break-word;">(none)</td>

Reply via email to