Skip to content

Releases: oceanbase/spark-connector-oceanbase

v1.2

19 May 06:45
7786f93
Compare
Choose a tag to compare

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

Binaries download

v1.1

26 Mar 07:18
56c651e
Compare
Choose a tag to compare

What's Changed

  • BugFix: Fix the dbtable parameter creation error under jdbc sink. by @yuanoOo in #13
  • BugFix: Fix direct-load write failure when there are empty spark partitions. by @yuanoOo in #14
  • subtask: Added Spark OceanBase catalog implementation for OceanBase MySQL mode by @yuanoOo in #20
  • build(ci): merge test workflow template by @whhe in #21
  • Enhancement: Add e2e tests for oceanbase catalog. by @yuanoOo in #22
  • Enhancement: Support create partition table under OB mysql mode. by @yuanoOo in #23
  • Enhancement: Support batch_read implementation based on Spark DataSource V2 API by @yuanoOo in #25
  • Enhancement: Refactor the configuration system in the catalog implementation. by @yuanoOo in #27
  • Enhancement: Add new configuration options. by @yuanoOo in #29
  • hotfix: Fix bugs in docs of obkv-hbase. by @yuanoOo in #31
  • Doc: Add doc for catalog. by @yuanoOo in #32

Full Changelog: v1.0...v1.1

v1.0.2

22 Jan 12:18
1b77f58
Compare
Choose a tag to compare

v1.0.1

v1.0

25 Dec 17:53
0a0da11
Compare
Choose a tag to compare

What's Changed

  • [Feature]: Support reading and writing oceanbase via JDBC or direct-load api by @yuanoOo in #3
  • hotfix: fix revision and other warnings in pom by @whhe in #4
  • Enhancement: Add e2e test module. by @yuanoOo in #5
  • feat: Add obkv-hbase module. by @yuanoOo in #8
  • Enhancement: Bump version of obkv-table-client to 1.3.0 by @yuanoOo in #11
  • BugFix: Fix unable to connect to oracle tenant. by @yuanoOo in #10
  • Enhancement: Update the pom.xml file to prepare for release. by @yuanoOo in #12

New Contributors

  • @yuanoOo made their first contribution in #3
  • @whhe made their first contribution in #4

Full Changelog: https://github.com/oceanbase/spark-connector-oceanbase/commits/v1.0

spark-connector-oceanbase

spark-connector-obkv-hbase