13.133. Release 0.140
- Add the function to handle specific data exceptions. See Conditional Expressions.
- Optimize predicate expressions to minimize redundancies.
- Fix logging of
failure_host
andfailure_task
fields inQueryCompletionEvent
. - Fix race which can cause queries to fail with a .
- Optimize for
array(bigint)
. - Optimize
>
operator for ARRAY. - Fix an optimization issue that could result in non-deterministic functions being evaluated more than once producing unexpected results.
- Improve performance of joins, aggregations, etc. by removing unnecessarily duplicated columns.
- Optimize
NOT IN
queries to produce more compact predicates.
- Remove bogus “from deserializer” column comments.
- Change categorization of Hive writer errors to be more specific.
- Add date and timestamp support to new Parquet Reader
- Change return type of
ConnectorTableLayout.getDiscretePredicates()
.
This is a backwards incompatible change with the previous connector SPI. If you have written a connector, you will need to update your code before deploying this release.