22.100. Release 0.97
General Changes
- The queueing policy in Presto may now be injected. See Queue Configuration for details.
- Speed up detection of ASCII strings in implementation of LIKEoperator.
- Fix NullPointerException when metadata-based query optimization is enabled.
- Fix possible infinite loop when decompressing ORC data.
- Fix an issue where NOTclause was being ignored inNOT BETWEENpredicates.
- Fix a planning issue in queries that use SELECT *, window functions and implicit coercions.
- Fix scheduler deadlock for queries with a UNIONbetweenVALUESandSELECT.
 
Hive Changes
- Fix decoding of STRUCTtype from Parquet files.
- Speed up decoding of ORC files with very small stripes.