docs/src/main/sphinx/release/release-0.70.md
:::{warning} This release contained a packaging error that resulted in an unusable server tarball. Do not use this release. :::
We have added support for creating views within Presto. Views are defined using Presto syntax but are stored (as blobs) by connectors. Currently, views are supported by the Raptor and Hive connectors. For the Hive connector, views are stored within the Hive metastore as Hive views, but they cannot be queried by Hive, nor can Hive views be queried by Presto.
See {doc}/sql/create-view and {doc}/sql/drop-view
for details and examples.
The synthetic DUAL table is no longer supported. As an alternative, please
write your queries without a FROM clause or use the VALUES syntax.
There is a new project, Presto Verifier, which can be used to verify a set of queries against two different clusters.
DESCRIBE or information_schema, and are not
considered for SELECT *. As an example, we have added a hidden
row_number column to the tpch connector.presto-test module for use during
connector development. For an example, see TestRaptorDistributedQueries.We have added two new machine learning functions, which can be used
by advanced users familiar with LIBSVM. The functions are
learn_libsvm_classifier and learn_libsvm_regressor. Both take a
parameters string which has the form key=value,key=value
greatest and {func}leastfirst_value, {func}last_value, and {func}nth_valuecompiler.interpreter-enabled=false to etc/config.properties.
This will force certain queries to fail rather than running slowly.DATE values are now implicitly coerced to TIMESTAMP and TIMESTAMP WITH TIME ZONE
by setting the hour/minute/seconds to 0 with respect to the session timezone.ORDER BY ... LIMIT queries which could result in
duplicate and un-ordered results under rare conditions.hive.max-initial-split-size, which configures the size of the
initial splits, and hive.max-initial-splits, which configures
the number of initial splits. This can be useful for speeding up small
queries, which would otherwise have low parallelism.presto_offline to be offline. The value of the
property will be used in the error message.DROP TABLE in the hive connector.
By default, this feature is not enabled. To enable it, set
hive.allow-drop-table=true in your Hive catalog properties file.