arnavarora2004 opened a new issue, #35434:
URL: https://github.com/apache/beam/issues/35434

   ### 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
   
   - [x] Component: Python SDK
   - [ ] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [x] 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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to