Skip to content

[Feature Request]: calcite SQL support map with a nonnull value #28194

@gabry-lab

Description

@gabry-lab

What would you like to happen?

we can only use map<varchar, boolean> not null in beam sql, the value of map can be null, however, when I debug a row of sql output, its avro schema is

"type": {
        "type": "map",
        "values": [
          "null",
          "boolean"
        ]
      }

Issue Priority

Priority: 3 (nice-to-have improvement)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions