What's Changed
- Enhancement: Support table truncate and overwrite. by @yuanoOo in #34
- Enhancement: Add direct-load.write-thread-num configuration parameter. by @yuanoOo in #35
- BugFix: Fix JDBC driver register by @yuanoOo in #36
- Enhancement: Add direct-load.username configuration option to be compatible with OceanBase on the cloud. by @yuanoOo in #38
- feat: Supports table delete by @yuanoOo in #40
- Enhancement: Add direct-load test to catalog's e2e test. by @yuanoOo in #41
- Enhancement: Refactor partition logic to optimize spark query performance. by @yuanoOo in #43
- Enhancement: Fix row size too large issue when create table. by @yuanoOo in #44
- Enhancement: Supports Spark 3.5 version by @yuanoOo in #42
- Enhancement: Allow enable-always-nullable during schema inference. by @yuanoOo in #46
- [Doc]:Modify the parameter name in the document by @xxsc0529 in #51
- Enhancement: Support creating primary key table. by @yuanoOo in #53
- Enhancement: Refine partition logic of int primary key table. by @yuanoOo in #55
- Enhancement: Support limit pushdown and top-n pushdown. by @yuanoOo in #56
- feat: add WHERE clause partitioning support for string primary key tables by @yuanoOo in #58
- Enhancement: bump version of obkv-table-client to 2.0 by @yuanoOo in #61
- Enhancement: Supports setting query_timeout hint. by @yuanoOo in #60
New Contributors
Full Changelog: v1.1...v1.2