From a76cd9d4a29959965b2973397590c81bb91868c6 Mon Sep 17 00:00:00 2001 From: Russell Spitzer Date: Thu, 17 May 2018 16:11:06 -0500 Subject: [PATCH] Prepare Release 2.3.0 * Support for Spark 2.3.0 (SPARKC-530) * Pushdown filter for composite partition keys doesn't work (SPARKC-490) * Removal of Scala-2.10 support --- CHANGES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 1188dae59..127003762 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,11 @@ + +2.3.0 + * Support for Spark 2.3.0 (SPARKC-530) + * Pushdown filter for composite partition keys doesn't work (SPARKC-490) + * Removal of Scala-2.10 support + +******************************************************************************** + 2.0.8 * Allow non-cluster prefixed options in sqlConf (SPARKC-531) * Change Str Literal Match to Be Greedy (SPARKC-532)