Skip to content

Releases: pingcap/tispark

TiSpark 2.3.12

01 Feb 03:48
edfea9b
Compare
Choose a tag to compare

Fixes

  • Add retry in RangeSplitter #1886
  • Fix TiDAGRequest concurrent visit #1893
  • Fix partition table with partition column name date #1892

TiSpark 2.3.11

17 Dec 05:55
527ce03
Compare
Choose a tag to compare
  • Fix the resolved txn status cache for pessimistic txn #1868
  • Fix overflow when convert big MyDecimal to BigDecimal #1869
  • Add retry in RowIDAllocator #1856
  • Fix select count where values contains null #1841
  • Do not retry for some key error #1799
  • Disable year type index scan #1790

New Features

  • Support auto_random column #1838
  • Support log desensitization #1805
  • Support insert null on auto increment column #1786

TiSpark 2.3.10

06 Nov 06:34
8ed90ed
Compare
Choose a tag to compare

Fixes

  • Fix maven-shade-plugin relocation cannot handle folder name with dot #1737
  • BatchWrite: add parameter maxRegionSplitNum #1729
  • Fix string insert overflow check #1727

TiSpark 2.3.9

31 Oct 02:28
9ba472f
Compare
Choose a tag to compare

Fixes

  • Revert "fix TiSession Close bug" #1713
  • Fix typo in DateTime calculation #1710

TiSpark 2.3.8

30 Oct 03:39
ada4c01
Compare
Choose a tag to compare

Fixes

  • Fix negative column id when there are more than 128 columns #1673
  • Fix incorrect date type value when timezone is set #1704
  • BatchWrite: fix auto increment column not primary key #1694
  • Fix TiSession Close bug #1677
  • Optimize region split number in small data size #1681

TiSpark 2.3.7

27 Oct 02:33
6dd2b93
Compare
Choose a tag to compare

Fixes

  • BatchWrite: enable user provided auto increment value in update mode #1658
  • BatchWrite: fix initial ttl expired #1660
  • BatchWrite: fix commit ts expired #1661

TiSpark 2.3.6

16 Oct 02:36
9687b70
Compare
Choose a tag to compare

Fixes

  • Fix covering index error when alter-primary-key is enabled #1640
  • Fix alter primary key for write #1644

TiSpark 2.3.5

25 Sep 05:45
bef2ea0
Compare
Choose a tag to compare

Fixes

  • Fix scala match error when predicate includes boolean type conversion #1620
  • Fix encoder v2 with type conversion and set default batch write version to v2 #1623
  • Filter sequence table from catalog #1627
  • Fix batch write failed because of MetaCodec.hashGet failed #1636

TiSpark 2.3.4

15 Sep 04:58
Compare
Choose a tag to compare

Fixes

  • Filter Tombstone store #1582
  • Increase gRPC response default limit size to 2G #1597
  • Update txnPrewriteBatchSize & txnCommitBatchSize default value to 16K #1599
  • Update writeThreadPerTask default value to 2 #1600
  • Fix multiple database scan test bug #1603
  • Update grpc version to 1.29.0 #1609
  • BatchWrite: add parameter maxWriteTaskNumber #1616

TiSpark 2.3.3

02 Sep 04:32
Compare
Choose a tag to compare

Fixes

  • Optimize scatter region logic #1582
  • Set regionSplitUsingSize default value to true #1584
  • User provided auto increment value is not supported #1586
  • Fix partition table on tiflash #1588
  • Use ShardRowIDBits to generate row id #1585