From ee4e284d1ff75e29a51f354a206839b3e9589e02 Mon Sep 17 00:00:00 2001 From: Liangliang Gu Date: Mon, 2 Sep 2019 13:10:15 +0800 Subject: [PATCH] tispark-2.1.5 release notes (#1090) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a21d9c8501..99e7966860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # TiSpark Changelog All notable changes to this project will be documented in this file. +## [TiSpark 2.1.5] 2019-09-02 +### Fixes +- Remove useless scala and jackson dependencies [#1079](https://github.com/pingcap/tispark/pull/1079) +- Fix range partition throw UnsupportedSyntaxException error [#1088](https://github.com/pingcap/tispark/pull/1088) +- Make TiSpark reading data from a hash partition table [#1089](https://github.com/pingcap/tispark/pull/1089) + ## [TiSpark 2.1.4] 2019-08-27 ### Fixes - Fix distinct without alias bug: disable pushdown aggregate with alias [#1055](https://github.com/pingcap/tispark/pull/1055)