presto-docs/src/main/sphinx/release/release-0.220.rst
12672.TRY cannot catch the failures in ROW comparisons with NULL fields and ARRAY comparisons with NULL elements.ZSTD compression. Add configuration property storage.orc.compression-kind to switch between SNAPPY and ZSTD.
This is only applied when optimized ORC writer is turned on.storage.orc.optimized-writer-stage to enable the performance enhancement.
The optimized ORC writer is backward compatible with the Hadoop ORC writer, but the Hadoop ORC writer is not forward compatible with it.
Turning on the optimized ORC writer should work on an existing Raptor server. However, switching back to the Hadoop ORC writer may fail Raptor background job.compression_codec session property to set the compression codec when writing files. Possible values are NONE, SNAPPY, and GZIP.experimental.optimizer.partial-merge-pushdown-strategy, and is aiming to supersede hive.optimize-mismatched-bucket-count.
See :issue:12611.mongodb.read-preference-tags configuration property to configure mongodb read preference tags.
Tag sets are separated by an ampersand, and each tag set is specified as a comma-separated list of colon-separated key-value pairs.
For example, mongodb.read-preference-tags=dc:east,use:reporting&use:reporting.ResultSetMetaData for CHAR and VARCHAR columns.absolute-error-margin to configure this threshold.failure-resolver.enabled to allow automatic failure resolution be disabled.JdbcErrorCode and ThriftErrorCode,
and by marking ABANDONED_TASK, HIVE_WRITER_OPEN_ERROR, JDBC_ERROR, and THRIFT_SERVICE_CONNECTION_ERROR as retryable errors.FunctionMetadata to SPI.FunctionMetadataManager and StandardFunctionResolution in ConnectorContext.
The two interfaces allow connectors to obtain the metadata of a Presto system function as well as to resolve standard functions, such as add, minus, and, or, etc.distributedPlanningTime from QueryStatisticsBlock#getByte, Block#getShort, and Block#getInt.