[ https://issues.apache.org/jira/browse/FLINK-33158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated FLINK-33158: ----------------------------------- Labels: pull-request-available (was: ) > 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.0 > > > {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)