He Wang
He Wang
The previous logic is to do the first conversion with OceanBaseJdbcConverter helper methods, and then use runtime converters in JdbcValueConverters to do the second conversion. Now we need only do...
While `_ob_enable_prepared_statement` is `FALSE`, prepare statements can still be executed in OceanBase 3.1.2-CE.
### Describe your question The time zone tables in mysql database of OceanBase are empty by default, and I didn't find docs about how to populate these tables. ``` mysql>...
Half of the elements in `columnNames` will be null if we try to generate table schema from a `UPDATE` type log message, so we should skip these null values when...
Support `[LOCAL|GLOBAL]` index on partition to work with OceanBase. Now it is added directly in `parser.y`, I'm not sure if there is a logic to choose compiler according to the...
### Search before asking - [X] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description Add oceanbase catalog to support DataSaveMode, which is necessary for...
OceanBase is a distributed relational database developed by Ant Group, and its community edition is open sourced at https://github.com/oceanbase/oceanbase. There is a docker image maintained by the official team, and...
Modifications: - Add `TestEnvUtils` to get environment variables for testing. - Always using `MySqlTestUtils.createMySqlContainer` to create `MySqlContainer` instances, which ensures that the same configurations (init sql, user and password) are...
**Describe the bug** Init sql executed failure when starting docker container on slim mode. **Environment** Docker tag : 4.2.1_bp3 and 4.2.2 **Fast Reproduce Steps(Required)** Copy init sql to `/root/boot/init.d/` and...