docs/src/main/sphinx/release/release-0.77.md
Presto now has a framework for implementing parametric types and functions.
Support for {ref}array-type and {ref}map-type types has been added, including the element accessor
operator [], and new {doc}/functions/array.
Index joins will now switch to use a key-by-key streaming join if index results fail to fit in the allocated index memory space.
Joins where both tables are distributed are now supported. This allows larger tables to be joined,
and can be enabled with the distributed-joins-enabled flag. It may perform worse than the existing
broadcast join implementation because it requires redistributing both tables.
This feature is still experimental, and should be used with caution.
AbortedException when closing S3 input streamsDATE type in HiveVARCHAR columnscount for all types