You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In b33a843 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
The text was updated successfully, but these errors were encountered:
chamikaramj
changed the title
[Bug]: Add consistent schema format for TypedSchemaTransformProvider
[Bug]: Add a consistent schema format for TypedSchemaTransformProvider
May 21, 2024
What happened?
In b33a843 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 providedTypedSchemaTransformProvider
that needs to preserve backwards compatibility to use camel-case.Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: