13.111. Release 0.145

    • Fix potential memory leak in coordinator query history.
    • Fix column resolution issue when qualified name refers to a view.
    • Fix bugs in planner where coercions were not taken into account when computing types.
    • Fix compiler failure when TRY is a sub-expression.
    • Fix compiler failure when TRY is called on a constant or an input reference.
    • Add support for the type to the Presto engine and the Hive, Raptor, Redis, Kafka, Cassandra and example-http connectors.
    • Add initial support for the decimal data type.
    • Add config to control buffer size used to repartition pages for exchanges.
    • Improve reliability in highly congested networks by adjusting the default connection idle timeouts.
    • Change verifier to only run read-only queries by default. This behavior can be changed with the control.query-types and config flags.
    • Improve performance of output in batch mode.
    • Fix hex rendering in batch mode.
    • Abort running queries when CLI is terminated.
    • Fix bug when grouping on a bucketed column which causes incorrect results.
    • Add retries to the metastore security calls.