13.152. Release 0.102
- 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
- Fix nested ROW rendering in
DESCRIBE
. - Add .
- Optimize map subscript operator.
- Add and functions.
- Add
task_writer_count
session property to settask.writer-count
. - Add cast from
ARRAY(F)
toARRAY(T)
. - Extend implicit coercions to element types.
- Fix potential deadlock in scheduler.
- Collect more metrics from
PrestoS3FileSystem
. - Retry when seeking in
PrestoS3FileSystem
. - Ignore
InvalidRange
error inPrestoS3FileSystem
. - Implement rename and delete in .
- Fix assertion failure when running
SHOW TABLES FROM schema
. - Fix S3 socket leak when reading ORC files.