Skip to content

[Feature Request]: Support portable logical type for Beam SQL #36682

@Abacn

Description

@Abacn

What would you like to happen?

Beam SQL only support certain java-only logical types hard-coded in place

throw new UnsupportedOperationException("Unable to get logical type " + identifier);

which does not include standard portable logical type (portable dateime, decimal). As a result xlang and Beam YAML using Beam SQL does not support these types. We should add supports there. And for unknown logical type, we can use EncodedBytesLogicalType (#23374) once implemented.

Issue Priority

Priority: 2 (default / most feature requests should be filed as P2)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam YAML
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Infrastructure
  • 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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions