Skip to content

Releases: pingcap/tispark

TiSpark 2.5.1

16 May 14:14
0b26eab
Compare
Choose a tag to compare

Fixes

  • Fix limit not push down bug #2335
  • Fix ClassCastException when cluster index with type Timestamp and Date #2323
  • Upgrade jackson-databind from 2.9.10.8 to 2.12.6.1 #2288
  • Fix the wrong result of _tidb_rowid #2278
  • Fix set catalog throw NoSuchElementException #2254

Documents

  • Add limitation: TLS is not supported #2281
  • Add limitation: new collations are not supported #2251
  • Update communication channels #2244

TiSpark 2.5.0

27 Jan 08:50
ed82eb9
Compare
Choose a tag to compare

New feature

  • Support Spark 3.1.x and 3.0.x version.
  • Support Spark SQL's authentication and authorization through TiDB #2185.

Fixes

  • Fix duplicate range in RowIDAllocator #2156.
  • upgrade log4j to 2.17.1 #2197.
  • upgrade jackson-databind to 2.9.10.8 #2161.

Documents

  • Fix in user docs forget to use options while using BatchWrite #2169

Known issue

  • Spark SQL's authentication and authorization through TiDB will affect other datasource such as hive. See details in this issue #2224.
  • Batch write needs more tests and may be unstable. See details in this issue #2222.

TiSpark 2.4.3

27 Jan 08:47
f517e9f
Compare
Choose a tag to compare

New feature

  • scala 2.11 and 2.12 are both supported

Fixes

  • Fix duplicate range in RowIDAllocator #2208.
  • upgrade log4j to 2.17.1 #2209.
  • upgrade jackson-databind to 2.9.10.8 #2209.

Documents

  • Fix in user docs forget to use options while using BatchWrite #2171.

Known issue

  • Batch write needs more tests and may be unstable. See details in this issue #2222.

TiSpark 2.4.2

02 Nov 04:24
Compare
Choose a tag to compare

Since TiSpark v2.4.2, Only Scala v2.12 is supported.

What's Changed

Full Changelog: v2.4.1...v2.4.2

TiSpark 2.4.1

17 May 06:30
5ba48bc
Compare
Choose a tag to compare

Fixes

  • Fix bug: write decimal(16, 4) using batch write and read using tiflash #2055
  • Fix mistake setting current_ts to 0 #2067
  • Filter views in catalog #2071
  • BatchWrite: add argument deduplicate #2073

TiSpark 2.3.16

17 May 06:50
7ab9364
Compare
Choose a tag to compare

Fixes

  • Change PARTITION_PER_SPLIT default value from 1 to 10 #2029
  • Fix array index out of bound when encoding #2041
  • fix batch write missing unpersist #2046
  • Fix bug: write decimal(16, 4) using batch write and read using tiflash #2055
  • Fix mistake setting current_ts to 0 #2067
  • Filter views in catalog #2071
  • BatchWrite: add argument deduplicate #2073

TiSpark 2.3.15

17 May 06:31
7ab9364
Compare
Choose a tag to compare
v2.3.15

hotfix (#2070)

TiSpark 2.4.0

15 Apr 06:03
f9163c1
Compare
Choose a tag to compare

New Features

  • Support TiDB-5.0

TiSpark 2.3.14

12 Apr 07:07
6bdae89
Compare
Choose a tag to compare

Fixes

  • Fix GregorianCalendar #1952
  • Fix tiflash timestamp pushdown bug #1966
  • Do not select tidb_row_format_version if tidb is 3.x #1993
  • Update table statistics after batch write #2009
  • Fix oom cause missing data bug #2010

TiSpark 2.3.13

05 Mar 02:45
cd47e70
Compare
Choose a tag to compare

Fixes

  • Disable index scan on partition table #1923
  • Fix jackson-databind #1910
  • Fix BatchGet retry #1907