presto-docs/src/main/sphinx/release/release-0.101.rst
/sql/create-table (in addition to :doc:/sql/create-table-as).IF EXISTS support to :doc:/sql/drop-table and :doc:/sql/drop-view.!array_agg function.!array_intersect function.!array_position function.!regexp_split function.millisecond to :func:!date_diff and :func:!date_add.!map_agg.!row_number.array_type comparison operators.UNION queries for tables with hidden columns.JOIN associativity to be left-associative instead of right-associative.source column to runtime.queries table in :doc:/connector/system.coordinator column to runtime.nodes table in :doc:/connector/system.errorCode, errorName and errorType to error object in REST API
(errorCode previously existed but was always zero).DatabaseMetaData.getIdentifierQuoteString() in JDBC driver.ResultSet.history command and support for running previous commands via !n to the CLI.PLUS operator.UNION run partitioned, if underlying plan is partitioned.hash_partition_count session property to control hash partitions.The main page of the web UI has been completely rewritten to use ReactJS. It also has a number of new features, such as the ability to pause auto-refresh via the "Z" key and also with a toggle in the UI.
hive.s3.use-instance-credentials=false in your Hive catalog properties file.DOUBLE statistic for columns containing NaN.s3a file system scheme.hive.parquet.use-column-names=true in your Hive catalog properties file.hive.recursive-directories config option to recursively scan
partition directories for data.INSERT and CREATE TABLE AS.ConnectorPartition and related interfaces are deprecated and will be removed
in a future version.ConnectorColumnHandle to ColumnHandle... note:: This is a backwards incompatible change with the previous connector SPI. If you have written a connector, you will need to update your code before deploying this release.