13.126. Release 0.128
- Fix cast from json to structural types when rows or maps have arrays, rows, or maps nested in them.
- Fix Example HTTP connector. It would previously fail with a JSON deserialization error.
- Fix an issue that can occur when an
INNER JOIN
has equi-join clauses that align with the grouping columns used by a preceding operation such as ,DISTINCT
, etc. When this triggers, the join may fail to produce some of the output rows.
- Fix handling of MySQL database names with underscores.