You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "joekgu (via GitHub)" <gi...@apache.org> on 2023/02/24 10:20:35 UTC

[GitHub] [beam] joekgu opened a new issue, #25622: [Feature Request]: Add beam schema map support to bigquery toBeamRow

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

   ### What would you like to happen?
   
   `  public static Row toBeamRow(Schema rowSchema, TableRow jsonBqRow)` on line 630 in `BigqueryUtils.java` does not support Beam schemas with the FieldType `Map`.
   
   Would be nice to have support for this since it is handled in other places in this package by the `getInferMaps` option.
   
   ### Issue Priority
   
   Priority: 2 (default / most feature requests should be filed as P2)
   
   ### Issue Components
   
   - [ ] Component: Python SDK
   - [X] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] 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


-- 
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-unsubscribe@beam.apache.org.apache.org

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


[GitHub] [beam] joekgu commented on issue #25622: [Feature Request]: Add beam schema map support to bigquery toBeamRow

Posted by "joekgu (via GitHub)" <gi...@apache.org>.
joekgu commented on issue #25622:
URL: https://github.com/apache/beam/issues/25622#issuecomment-1445391022

   “.take-issue”
   


-- 
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-unsubscribe@beam.apache.org

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