From 257592870a89455b0920902440a9ee1122c466e1 Mon Sep 17 00:00:00 2001 From: Liangliang Gu Date: Mon, 2 Sep 2019 13:31:19 +0800 Subject: [PATCH] tispark-2.1.5 release notes (#1090) (#1091) (cherry picked from commit ee4e284d1ff75e29a51f354a206839b3e9589e02) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db53a5198b..6db69ab818 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.2.0] 2019-08-30 ### New Features * Natively support writing data to TiKV (ACID) using Spark Data Source API