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


##########
docs/src/sql.md:
##########
@@ -419,6 +419,24 @@ Rollback a table to a specific timestamp:
 CALL sys.rollback_to_timestamp(table => 'paimon.my_db.my_table', timestamp => 
1234567890000);
 ```
 
+### create_lumina_index

Review Comment:
   Nit: the procedure also accepts the optional `index_type` argument, while 
the docs only mention `options`. It may be worth documenting the default and 
valid values here so the SQL surface matches the implemented arguments.



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