dalongliu created FLINK-38053: --------------------------------- Summary: Release Testing: Verify FLIP-521: Integrating Variant Type into Flink Key: FLINK-38053 URL: https://issues.apache.org/jira/browse/FLINK-38053 Project: Flink Issue Type: Sub-task Components: Table SQL / Planner Affects Versions: 2.1.0 Reporter: dalongliu Assignee: suxuan Fix For: 2.1.0
This issue aims to partially verify FLIP-521. Flink SQL API now supports the Variant type. And it supports `PARSE_JSON` and `TRY_PARSE_JSON` to parse a JSON string to a Variant. We may need to cover the following types of test cases: Test 1: Confirm that you can use SQL API to create a Print sink with a Variant column. Test 2: Confirm that `PARSE_JSON` and `TRY_PARSE_JSON` can parse a JSON string to a Variant. Follow up the test for https://issues.apache.org/jira/browse/FLINK-37922 -- This message was sent by Atlassian Jira (v8.20.10#820010)