Release 0.134#
General#
- Add cumulative memory statistics tracking and expose the stat in the web interface. 
- Remove nullability and partition key flags from SHOW COLUMNS. 
- Remove non-standard - is_partition_keycolumn from- information_schema.columns.
- Fix performance regression in creation of - DictionaryBlock.
- Fix rare memory accounting leak in queries with - JOIN.
Hive#
- The comment for partition keys is now prefixed with “Partition Key”. 
SPI#
- Remove legacy partition API methods and classes. 
Note
This is a backwards incompatible change with the previous connector SPI.
If you have written a connector and have not yet updated to the
TableLayout API, you will need to update your code before deploying
this release.