Skip to content

[Bug]: Beam YAML parsing bug #35434

Open
@arnavarora2004

Description

@arnavarora2004

What happened?

pipeline:
type: chain
transforms:
- type: Create
config:
elements:
- {sdk: MapReduce, year: 2004}
- {sdk: Flume}
- {sdk: MillWheel, year: 2008}

in beam yaml, in an example as above, the default schema that the parser returns removes any fields in rows that do not contain values for it, like in this case the schema has two parameters at first but once it reads the second element does not contain year as a parameter, it assumes it is not necessary and then it drops the parameter in the overall schema

another issue is that byte strings are not definable in beam yaml, maybe due to an external parsing issue,

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: 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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions