docs/src/main/sphinx/release/release-354.md
LEFT, RIGHT and FULL JOIN
when one side of the join is known to produce a single row. ({issue}7090)preferred-write-partitioning-min-number-of-partitions.
This estimation requires that the input tables of the query have statistics. To enable
preferred partitioning unconditionally, set preferred-write-partitioning-min-number-of-partitions to 1.
To disable preferred write partitioning, set use-preferred-write-partitioning to false.
({issue}6920)UNION clauses that differ
only in the ALL vs DISTINCT qualifier. ({issue}7345)DELETE and UPDATE for connectors that subsume filters. ({issue}7302)EXCEPT or INTERSECT. ({issue}7342)RIGHT JOIN when late materialization is enabled. ({issue}6784)7172)7054)CREATE SCHEMA. ({issue}7239)7012)DELETE and UPDATE of ACID tables. Previously, the partition
filter was ignored, resulting in the deletion or update of too many rows. ({issue}7302)7302)6848)7178)varchar (string) in Glue
metastore. Columns are now interpreted as varchar values, instead. ({issue}7059)hive.parallel-partitioned-bucketed-inserts configuration property to hive.parallel-partitioned-bucketed-writes. ({issue}7259)7233)7049)7179)CREATE SCHEMA. ({issue}7239)ORDER BY ... LIMIT clause when the computation
can be pushed down to the underlying database. ({issue}7326)datetime(3)) in MySQL when creating a table with timestamp(3) column.
Previously, the second fraction was being truncated. ({issue}6909)CREATE SCHEMA. ({issue}7239)ORDER BY ... LIMIT clause when the computation
can be pushed down to the underlying database. ({issue}7326)ORDER BY ... LIMIT clause when sorting on char or varchar columns
and topn-pushdown.enabled configuration property is enabled. The optimization is now enabled by default.
({issue}7170, {issue}7314)CREATE SCHEMA. ({issue}7239)LIMIT exceeding 2147483647. ({issue}7236)CREATE SCHEMA. ({issue}7239)time type. ({issue}7122)CREATE SCHEMA. ({issue}7239)ORDER BY ... LIMIT clause when the computation
can be pushed down to the underlying database. ({issue}7324)