presto-docs/src/main/sphinx/release/release-0.74.rst
This version includes new infrastructure for bytecode compilation, and lays the groundwork for future improvements.
There should be no impact in performance or correctness with the new code, but we have added a flag to revert to the
old implementation in case of issues. To do so, add compiler.new-bytecode-generator-enabled=false to
etc/config.properties in the coordinator and workers.
The storage format to use when writing data to Hive can now be configured via the hive.storage-format option
in your Hive catalog properties file. Valid options are RCBINARY, RCTEXT, SEQUENCEFILE and TEXTFILE.
The default format if the property is not set is RCBINARY.
DESCRIBE!try_cast which works like :func:!cast but returns null if the cast failsnullif now correctly returns a value with the type of the first argument!timezone_hour returning results in milliseconds instead of hours!json_size function