22.86. Release 0.111
General Changes
- Add histogram()function.
- Optimize CASEexpressions on a constant.
- Add basic support for IF NOT EXISTSforCREATE TABLE.
- Semi-joins are hash-partitioned if distributed_joinis turned on.
- Add support for partial cast from JSON. For example, jsoncan be cast toarray<json>,map<varchar, json>, etc.
- Add implicit coercions for UNION.
- Expose query stats in the JDBC driver ResultSet.