13.41. Release 0.211

    • Fix missing final query plan in . Statistics and cost estimates are removed from the plan text because they may not be available during event generation.
    • Add ST_GeomFromBinary() and functions that convert geometries to and from Well-Known Binary format.
    • Remove the session property, and rename the task.verbose-stats configuration property to task.per-operator-cpu-timer-enabled.
    • Improve query planning performance for queries containing multiple joins and a large number of columns (#11196).
    • Add built-in to automate the setting of session properties based on query characteristics.
    • Allow running on a JVM from any vendor that meets the functional requirements.
    • Fix regression in 0.210 that causes query failure when writing ORC or DWRF files that occurs for specific patterns of input data. When the writer attempts to give up using dictionary encoding for a column that is highly compressed, the process of transitioning to use direct encoding instead can fail.
    • Improve readability of columns, partitioning, and transactions in explain plains.
    • Fix lack of retry for network errors while sending requests.
    • Add documentation for new resource group scheduling policies.
    • Remove running and queue time limits from resource group configuration. Legacy behavior can be replicated by using the file based property manager to set session properties.
    • Clarify semantics of predicate in ConnectorTableLayout.
    • Reduce flexibility of that a connector can return in getTableLayouts. For each column in the predicate, the connector must enforce the entire domain or none.