Dawid Wysakowicz created FLINK-33158:
----------------------------------------
Summary: 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.17.1, 1.16.2
Reporter: Dawid Wysakowicz
Assignee: Dawid Wysakowicz
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)