Release 0.224
Fix a correctness issue for queries containing nested coercible type casts.
Add support for index-based access to fields of type with subscript.
Security Changes
- Fix a security issue in the client protocol.
Hive Connector Changes
Add config property
hive.max-buckets-for-grouped-execution
and session property to limit the number of buckets a query can access while still taking the advantage of grouped execution. If more than the configured number of buckets are queried, the query will run without grouped execution.
- Fix query failures on colocated joins when one table has empty data.
Verifier Changes
- Add the reason that a test case is skipped to the output event.