Open zhoukangcn opened 7 months ago
@zhoukangcn
I remember MySQL catalog only supports setting properties with names that are recognized by MySQL engine like engine
,charset
, and so on, maybe I have mistaken it.
I think Gravitino server return 200, which means request success.
Yes MySQL only support properties like engine
charset
, so I think Gravitino server should return 4xx for request invalid.
This issue needs to be discussed and then we can reach an agreement about what to do next, so I postponed it to the next version.
Version
main branch
Describe what's wrong
return 200, but something was wrong:
Error message and/or stacktrace
N/A
How to reproduce
add a MySQL catalog, database, table use bash beblow
Additional context
No response