13.50. Release 0.212

    • Fix query failures when the function is run on multiple rows.
    • Fix occasional query failures when running EXPLAIN ANALYZE.
    • Enhance and convex_hull_agg() functions to support geometry collections.
    • Improve performance for some queries using .
    • Improve performance for some queries that perform filtered global aggregations.
    • Remove round(x, d) and truncate(x, d) functions where d is a ().
    • Prevent ORC writer from writing stripes larger than the max configured size for some rare data patterns (#11526).
    • Restrict the maximum line length for text files. The default limit of 100MB can be changed using the hive.text.max-line-length configuration property.
    • Add sanity checks that fail queries if statistics read from the metastore are corrupt. Corrupt statistics can be ignored by setting the configuration property or the ignore_corrupted_statistics session property.
    • Fix retry for network errors that occur while sending a Thrift request.
    • Remove failed connections from connection pool.