Release 313 (31 May 2019)#
General Changes#
Fix leak in operator peak memory computations. (#843)
Fix incorrect results for queries involving
GROUPING SETS
andLIMIT
. (#864)Add compression and encryption support for Spill to Disk. (#778)
CLI Changes#
JDBC Driver Changes#
Phoenix Connector Changes#
Allow matching schema and table names case insensitively. This can be enabled by setting the
case-insensitive-name-matching
configuration property to true. (#872)