diff --git a/CHANGES.txt b/CHANGES.txt index 31502fc86..9e754e372 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,8 @@ - * (pulled) Changed default query timeout from 12 seconds to 2 minutes (SPARKC-220) - * (pulled) Add a configurable delay between subsequent query retries (SPARKC-221) - * Remove white spaces in c* connection host string (fix by Noorul Islam K M) +Included from 1.2.5 + * Changed default query timeout from 12 seconds to 2 minutes (SPARKC-220) + * Add a configurable delay between subsequent query retries (SPARKC-221) + * Remove white spaces in c* connection host string (fix by Noorul Islam K M) + * spark.cassandra.output.throughput_mb_per_sec can now be set to a decimal (SPARKC-226) 1.3.0 RC1 * Fixed NoSuchElementException when using UDTs in SparkSQL (SPARKC-218) @@ -46,6 +48,7 @@ 1.2.5 * Changed default query timeout from 12 seconds to 2 minutes (SPARKC-220) * Add a configurable delay between subsequent query retries (SPARKC-221) + * spark.cassandra.output.throughput_mb_per_sec can now be set to a decimal (SPARKC-226) 1.2.4 * Cassandra native count is performed by `cassandraCount` method (SPARKC-215)