feat(oceanbase-catalog): Support schema operations for OceanBase JDBC catalog.
What changes were proposed in this pull request?
- Support schema operations for OceanBase JDBC catalog.
- Add OceanBaseContainer to test schema operations.
Why are the changes needed?
Fix: #4990
Does this PR introduce any user-facing change?
no
How was this patch tested?
Add unit test: TestOceanBaseDatabaseOperations.
@mchades PTAL.
@mchades can you please move forward this PR?
LGTM. Thanks for your contributions and sorry for my later response.
I think the next PR should be
support simple table operations for Oceanbase catalog
I think it might be a better choice to implement the org.apache.gravitino.catalog.oceanbase.converter package first. Both schema and table operations depend on it, and we can test it while testing schema and table operations.What do you think?
LGTM. Thanks for your contributions and sorry for my later response. I think the next PR should be
support simple table operations for Oceanbase catalogI think it might be a better choice to implement the
org.apache.gravitino.catalog.oceanbase.converterpackage first. Both schema and table operations depend on it, and we can test it while testing schema and table operations.What do you think?
ok, plz go ahead