A0R0P0I7T commented on code in PR #9927:
URL: https://github.com/apache/gravitino/pull/9927#discussion_r2789676102
##########
docs/jdbc-oceanbase-catalog.md:
##########
@@ -190,7 +190,7 @@ Column[] cols = new Column[] {
Column.of("name", Types.VarCharType.of(500), "Name of the user", true,
false, null)
};
Index[] indexes = new Index[] {
- Indexes.of(IndexType.PRIMARY_KEY, "PRIMARY", new String[][]{{"id"}})
+ Indexes.of(IndexType.PRIMARY_KEY, "PRIMARY", new String[][]{{"id"}},
Map.of())
}
Review Comment:
Thanks, the changes have been made.
--
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]