QuakeWang commented on code in PR #392:
URL: https://github.com/apache/paimon-rust/pull/392#discussion_r3451228432


##########
docs/src/sql.md:
##########
@@ -419,6 +419,35 @@ Rollback a table to a specific timestamp:
 CALL sys.rollback_to_timestamp(table => 'paimon.my_db.my_table', timestamp => 
1234567890000);
 ```
 
+### create_lumina_index
+
+Build and commit a Lumina global vector index for a table column:
+
+```sql
+CALL sys.create_lumina_index(table => 'paimon.my_db.my_table', index_column => 
'embedding');
+```
+
+The optional `index_type` argument selects the Lumina index identifier. It 
defaults to

Review Comment:
   Non-blocking: this wording suggests `index_type` controls the index 
identifier written to the manifest. The builder accepts `lumina-vector-ann` for 
compatibility, but newly built indexes are canonicalized and stored as 
`lumina`. Could we clarify that here to avoid exposing a misleading contract?



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