Release 0.102
Additionally, the functions operate on Unicode code points and not user visible characters (or grapheme clusters). Some languages combine multiple code points into a single user-perceived character, the basic unit of a writing system for a language, but the functions will treat each code point as a separate unit.
All Regular Expression Functions have been rewritten to improve performance. The new versions are often twice as fast and in some cases can be many orders of magnitude faster (due to removal of quadratic behavior). This change introduced some minor incompatibilities that are explained in the documentation for the functions.
Add support for partitioned right outer joins, which allows for larger tables to be joined on the inner side.
Add support for full outer joins.
Support returning booleans as numbers in JDBC driver
Add .
Optimize map subscript operator.
Add from_utf8() and functions.
Add
task_writer_count
session property to settask.writer-count
.Add cast from to
ARRAY(T)
.Extend implicit coercions to
ARRAY
element types.Fix potential deadlock in scheduler.
Collect more metrics from
PrestoS3FileSystem
.Retry when seeking in .
Ignore
InvalidRange
error inPrestoS3FileSystem
.Implement rename and delete in
PrestoS3FileSystem
.Fix assertion failure when running
SHOW TABLES FROM schema
.