Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-33158

Cryptic exception when there is a StreamExecSort in JsonPlan

    XMLWordPrintableJSON

Details

    Description

      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
      

      fails with:

      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])
      

      Attachments

        Issue Links

          Activity

            People

              dwysakowicz Dawid Wysakowicz
              dwysakowicz Dawid Wysakowicz
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: