jerryshao commented on code in PR #6209:
URL: https://github.com/apache/gravitino/pull/6209#discussion_r1912785427
##########
docs/jdbc-mysql-catalog.md:
##########
@@ -186,6 +186,12 @@ Although MySQL itself does not support table properties,
Gravitino offers table
| `engine` | The engine used by the table. For example
`MyISAM`, `MEMORY`, `CSV`, `ARCHIVE`, `BLACKHOLE`, `FEDERATED`, `ndbinfo`,
`MRG_MYISAM`, `PERFORMANCE_SCHEMA`. | `InnoDB` | No | No |
Yes | 0.4.0 |
| `auto-increment-offset` | Used to specify the starting value of the
auto-increment field.
| (none) | No | No | Yes
| 0.4.0 |
+:::note
+Some engine types may not be supported by MySQL by default and required
additional configuration. For instance, `FEDERATED` are not supported by
Review Comment:
"...and require additional configurations."
--
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]