[ 
https://issues.apache.org/jira/browse/BEAM-5807?focusedWorklogId=157505&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-157505
 ]

ASF GitHub Bot logged work on BEAM-5807:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 23/Oct/18 11:36
            Start Date: 23/Oct/18 11:36
    Worklog Time Spent: 10m 
      Work Description: kanterov edited a comment on issue #6777: [BEAM-5807] 
Conversion from AVRO records to rows
URL: https://github.com/apache/beam/pull/6777#issuecomment-432210695
 
 
   @akedin sure, I did one more walkthrough and addressed your comments.
   
   I submitted a PR to add license headers with spotless, let me know please 
what do you think:
   - https://github.com/apache/beam/pull/6791

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 157505)
    Time Spent: 4h 10m  (was: 4h)

> Add AvroIO.readRows
> -------------------
>
>                 Key: BEAM-5807
>                 URL: https://issues.apache.org/jira/browse/BEAM-5807
>             Project: Beam
>          Issue Type: Improvement
>          Components: dsl-sql
>            Reporter: Gleb Kanterov
>            Assignee: Gleb Kanterov
>            Priority: Major
>          Time Spent: 4h 10m
>  Remaining Estimate: 0h
>
> # Motivation
> At the moment the only way to read AVRO is through code generation with 
> avro-compiler and JavaBeanSchema. It makes it not possible to write 
> transforms that can work with dynamic schemas. AVRO has generic data type 
> called GenericRecord, reading is implemented in AvroIO.
> readGenericRecords. There is a code to convert GenericRecord to Row shipped 
> as a part of BigQueryIO. However, it doesn't support all types and nested 
> records.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to