This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 11c6b478ac3 [FLINK-39532][python] Fix race condition in Python
AsyncScalarFunctionOperation
new 96a45c1234d [FLINK-40217][core] Reject non-finite numbers in `VARIANT`
JSON conversion
new c43754cdc4f [FLINK-40217][table] Add `PARSE_JSON` and `TRY_PARSE_JSON`
IT cases
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/flink/types/variant/BinaryVariant.java | 25 +++++++++++---
.../variant/BinaryVariantInternalBuilder.java | 15 ++++++--
.../variant/BinaryVariantInternalBuilderTest.java | 11 ++++++
.../flink/types/variant/BinaryVariantTest.java | 18 ++++++++++
.../planner/functions/JsonFunctionsITCase.java | 40 ++++++++++++++++++++++
5 files changed, 103 insertions(+), 6 deletions(-)