Skip to content

Commit

Permalink
Release 3.1 (#2539)
Browse files Browse the repository at this point in the history
  • Loading branch information
qidi1 authored Sep 13, 2022
1 parent 3a3dd3c commit 166cb7d
Show file tree
Hide file tree
Showing 11 changed files with 67 additions and 12 deletions.
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,46 @@
# TiSpark Changelog
All notable changes to this project will be documented in this file.

## [TiSpark 3.1.0] 2022-09-08
### Compatibility Changes
- We will not provide the mysql-connector-java dependency because of the limit of the GPL license [#2457](https://github.com/pingcap/tispark/pull/2457)

### New Features
- Add authorization check for datasource api [#2366](https://github.com/pingcap/tispark/pull/2366)
- Make TiSpark's Explain clearer and easier to read [#2439](https://github.com/pingcap/tispark/pull/2439)
- Support host mapping in TiSpark [#2436](https://github.com/pingcap/tispark/pull/2436)
- Support bypass-TiDB write into partition table [#2451](https://github.com/pingcap/tispark/pull/2451)
- Support insert sql [#2471](https://github.com/pingcap/tispark/pull/2471)
- Support Spark 3.3 [#2492](https://github.com/pingcap/tispark/pull/2492)
- Only do auth check for tables in TiDB [#2489](https://github.com/pingcap/tispark/pull/2489)

### Fixes
- Fix when TiDB has more than 10,000 tables in one Database, TiSpark may throw table not found exceptions [#2433](https://github.com/pingcap/tispark/pull/2433)
- Fix the bug that count/avg can not push down [#2445](https://github.com/pingcap/tispark/pull/2445)
- Fix the bug that when the primary key is not integer type, the two rows with null unique index will conflict. And the bug that when the unique index conflicts, the conflicting unique index column cannot be deleted correctly [#2455](https://github.com/pingcap/tispark/pull/2455)
- Fix the bug that exception would through when the size of pdAddresse is > 1 [#2473](https://github.com/pingcap/tispark/pull/2473)
- Fix the bug that Count(bit) should not be pushed down before TiKV 6.0.0 [#2476](https://github.com/pingcap/tispark/pull/2476)
- Upgraded Spark 3.1 support version from 3.0.2 to 3.0.3, upgraded Spark 3.1 support version from 3.1.1 to 3.1.3, upgraded Spark 3.2 support version from 3.2.1 to 3.2.2 [#2486](https://github.com/pingcap/tispark/pull/2486)
- Fix the bug that exception will be throw when date col is not the first col ref [#2538](https://github.com/pingcap/tispark/pull/2538)

### DOC
- TiSpark Development Guide [#2497](https://github.com/pingcap/tispark/pull/2497)

## [TiSpark 3.0.2] 2022-08-29
### Compatibility Changes
- We will not provide the mysql-connector-java dependency because of the limit of the GPL license [#2460](https://github.com/pingcap/tispark/pull/2460)

### Fixes
- Fix the bug that single column condition is in the incorrect `if branch` [#2395](https://github.com/pingcap/tispark/pull/2395)
- Fix when TiDB has more than 10,000 tables in one Database, TiSpark may throw Table not found exceptions [#2440](https://github.com/pingcap/tispark/pull/2440)
- Fix the bug that count/avg can not push down [#2470](https://github.com/pingcap/tispark/pull/2470)
- Fix the bug that when the primary key is not integer type, the two rows with null unique index will conflict and the bug that when the unique index conflicts, the conflicting unique index column cannot be deleted correctly [#2515](https://github.com/pingcap/tispark/pull/2515)
- Fix exception would through when the size of pdAddresse is > 1 [#2478](https://github.com/pingcap/tispark/pull/2478)
- Fix the bug that Count(bit) should not be pushed down before TiKV 6.0.0 [#2485](https://github.com/pingcap/tispark/pull/2485)
- Upgraded Spark 3.1 support version from 3.0.2 to 3.0.3, upgraded Spark 3.1 support version from 3.1.1 to 3.1.3, upgraded Spark3.2 support version from 3.2.1 to 3.2.2 [#2488](https://github.com/pingcap/tispark/pull/2488)
- Only do auth check for tables in TiDB [#2500](https://github.com/pingcap/tispark/pull/2500)
- Changed profile [#2518](https://github.com/pingcap/tispark/pull/2518)

## [TiSpark 3.0.1] 2022-06-23
## Fixes
- Fix the bug that the single column condition is in the incorrect if branch [#2395](https://github.com/pingcap/tispark/pull/2395)
Expand Down Expand Up @@ -36,6 +76,21 @@ All notable changes to this project will be documented in this file.
- Update communication channels [#2228](https://github.com/pingcap/tispark/pull/2228)
- Add limitation: new collations are not supported [#2238](https://github.com/pingcap/tispark/pull/2238)

## [TiSpark 2.5.2] 2022-08-30
### Compatibility Changes
- We will not provide the mysql-connector-java dependency because of the limit of the GPL license [#2461](https://github.com/pingcap/tispark/pull/2461)

### Fixes
- Fix the bug that single column condition is incorrect `if branch` [#2394](https://github.com/pingcap/tispark/pull/2394)
- Fix when TiDB has more than 10,000 tables in one Database, TiSpark may throw Table not found exceptions [#2441](https://github.com/pingcap/tispark/pull/2441)
- Fix the bug that count/avg can not push down [#2469](https://github.com/pingcap/tispark/pull/2469)
- Fix the bug that when the primary key is not integer type, the two rows with null unique index will conflict and the bug that when the unique index conflicts, the conflicting unique index column cannot be deleted correctly [#2516](https://github.com/pingcap/tispark/pull/2516)
- Fix exception would through when the size of pdAddresse is > 1 [#2477](https://github.com/pingcap/tispark/pull/2477)
- Fix the bug that Count(bit) should not be pushed down before TiKV 6.0.0 [#2484](https://github.com/pingcap/tispark/pull/2484)
- Upgraded Spark 3.0 support version from 3.0.2 to 3.0.3, upgraded Spark 3.1 support version from 3.1.1 to 3.1.3 [#2487](https://github.com/pingcap/tispark/pull/2487)
- Only do auth check for tables in TiDB [#2502](https://github.com/pingcap/tispark/pull/2502)
- Change spark profile [#2517](https://github.com/pingcap/tispark/pull/2517)

## [TiSpark 2.5.1] 2022-05-16
### Fixes
- Fix limit not push down bug [#2335](https://github.com/pingcap/tispark/pull/2335)
Expand Down
2 changes: 1 addition & 1 deletion assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.pingcap.tispark</groupId>
<artifactId>tispark-parent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.pingcap.tispark</groupId>
<artifactId>tispark-parent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.pingcap.tispark</groupId>
<artifactId>tispark-parent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion db-random-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.pingcap.tispark</groupId>
<artifactId>tispark-parent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.pingcap.tispark</groupId>
<artifactId>tispark-parent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<packaging>pom</packaging>
<name>TiSpark Project Parent POM</name>
<url>http://github.copm/pingcap/tispark</url>
Expand Down Expand Up @@ -81,7 +81,7 @@
<scalatest.version>3.0.8</scalatest.version>
<argLine>-Dfile.encoding=UTF-8 -Duser.timezone=GMT+8</argLine>
<mysql.connector.version>8.0.29</mysql.connector.version>
<gpg.keyname>fake gpg keyname</gpg.keyname>
<gpg.pub.key>fake gpg keyname</gpg.pub.key>
<gpg.skip>true</gpg.skip>
<javadoc.skip>true</javadoc.skip>
<skipFetchTestData>false</skipFetchTestData>
Expand Down Expand Up @@ -291,7 +291,7 @@
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<configuration>
<keyname>${gpg.keyname}</keyname>
<keyname>${gpg.pub.key}</keyname>
<skip>${gpg.skip}</skip>
</configuration>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion spark-wrapper/spark-3.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.pingcap.tispark</groupId>
<artifactId>tispark-parent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spark-wrapper/spark-3.1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.pingcap.tispark</groupId>
<artifactId>tispark-parent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spark-wrapper/spark-3.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.pingcap.tispark</groupId>
<artifactId>tispark-parent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spark-wrapper/spark-3.3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.pingcap.tispark</groupId>
<artifactId>tispark-parent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tikv-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.pingcap.tispark</groupId>
<artifactId>tispark-parent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 166cb7d

Please sign in to comment.