Skip to content

Commit

Permalink
release tispark 2.3.14 (#2019)
Browse files Browse the repository at this point in the history
Co-authored-by: marsishandsome <[email protected]>
  • Loading branch information
ti-srebot and marsishandsome authored Apr 12, 2021
1 parent a75329f commit f9163c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# TiSpark Changelog
All notable changes to this project will be documented in this file.

## [TiSpark 2.3.14] 2021-04-12
### Fixes
- Fix GregorianCalendar [#1952](https://github.com/pingcap/tispark/pull/1952)
- Fix tiflash timestamp pushdown bug [#1966](https://github.com/pingcap/tispark/pull/1966)
- Do not select tidb_row_format_version if tidb is 3.x [#1993](https://github.com/pingcap/tispark/pull/1993)
- Update table statistics after batch write [#2009](https://github.com/pingcap/tispark/pull/2009)
- Fix oom cause missing data bug [#2010](https://github.com/pingcap/tispark/pull/2010)

## [TiSpark 2.3.13] 2021-03-05
### Fixes
- Disable index scan on partition table [#1923](https://github.com/pingcap/tispark/pull/1923)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Read the [Quick Start](./docs/userguide.md).

## Getting TiSpark

+ Currently, TiSpark 2.3.13 is the latest stable version, which is highly recommended. It is compatible with Spark 2.3.0+ and Spark 2.4.0+. It is also compatible with TiDB-2.x、TiDB-3.x and TiDB-4.x. Please follow the [document](./docs/userguide.md).
+ Currently, TiSpark 2.3.14 is the latest stable version, which is highly recommended. It is compatible with Spark 2.3.0+ and Spark 2.4.0+. It is also compatible with TiDB-2.x、TiDB-3.x and TiDB-4.x. Please follow the [document](./docs/userguide.md).

+ TiSpark 1.2.1 is the latest stable version compatible with Spark 2.1.0+.
- When using TiSpark 1.2.1, follow the [document for Spark 2.1](./docs/userguide_spark2.1.md).
Expand All @@ -26,7 +26,7 @@ If you are using maven (recommended), add the following code to your `pom.xml`:
<dependency>
<groupId>com.pingcap.tispark</groupId>
<artifactId>tispark-assembly</artifactId>
<version>2.3.13</version>
<version>2.3.14</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit f9163c1

Please sign in to comment.