[ https://issues.apache.org/jira/browse/FLINK-33158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17771467#comment-17771467 ]
Dawid Wysakowicz edited comment on FLINK-33158 at 10/3/23 12:51 PM: -------------------------------------------------------------------- Fixed in: * master ** 4afd09245823a1cf2d849dbd84c1b6d5ab58c875 * 1.18.1 ** 2c8207a11a1850b11b06edfe10f3c8eecaf8d641 was (Author: dawidwys): Fixed in 4afd09245823a1cf2d849dbd84c1b6d5ab58c875 > Cryptic exception when there is a StreamExecSort in JsonPlan > ------------------------------------------------------------ > > Key: FLINK-33158 > URL: https://issues.apache.org/jira/browse/FLINK-33158 > Project: Flink > Issue Type: Bug > Components: Table SQL / Planner > Affects Versions: 1.16.2, 1.17.1 > Reporter: Dawid Wysakowicz > Assignee: Dawid Wysakowicz > Priority: Major > Labels: pull-request-available > Fix For: 1.18.1 > > > {code} > CREATE TABLE MyTable ( > a bigint, > b int not null, > c varchar, > d timestamp(3) > with ( > 'connector' = 'values', > 'bounded' = 'false' > ) > insert into MySink SELECT a, a from MyTable order by b > {code} > fails with: > {code} > org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.JsonMappingException: > For input string: "null" (through reference chain: > org.apache.flink.table.planner.plan.nodes.exec.serde.JsonPlanGraph["nodes"]->java.util.ArrayList[2]) > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)