beam icon indicating copy to clipboard operation
beam copied to clipboard

[Bug]: Add a consistent schema format for TypedSchemaTransformProvider

Open chamikaramj opened this issue 1 year ago • 0 comments

What happened?

In https://github.com/apache/beam/commit/b33a8438ad335b75feec0c5c97e9a728795fc6ff we reverted usage of snake case globally for TypedSchemaTransformProvider.

Creating this to track fixing this forward so that we maintain a consistent schema.

One way forward might be to re-introduce global snake case formatting to TypedSchemaTransformProvider but update the existing Beam provided TypedSchemaTransformProvider that needs to preserve backwards compatibility to use camel-case.

Issue Priority

Priority: 2 (default / most bugs 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: Spark Runner
  • [ ] Component: Flink Runner
  • [ ] Component: Samza Runner
  • [ ] Component: Twister2 Runner
  • [ ] Component: Hazelcast Jet Runner
  • [ ] Component: Google Cloud Dataflow Runner

chamikaramj avatar May 21 '24 00:05 chamikaramj