You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/11/19 04:33:00 UTC

[jira] [Work logged] (BEAM-7116) Remove KV from Schema transforms

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

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

                Author: ASF GitHub Bot
            Created on: 19/Nov/19 04:32
            Start Date: 19/Nov/19 04:32
    Worklog Time Spent: 10m 
      Work Description: reuvenlax commented on pull request #10151: [BEAM-7116] Remove use of KV in Schema transforms
URL: https://github.com/apache/beam/pull/10151
 
 
   Beam's KV type has no schema and due to special casing of KvCoder in Beam it is difficult to give it one. Here we modify the Beam schema transforms that return PCollection<KV> to instead return PCollection<Row> where the Row contains key and value fields. This is possible now that we support large iterables in schemas.
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

            Worklog Id:     (was: 345790)
    Remaining Estimate: 0h
            Time Spent: 10m

> Remove KV from Schema transforms
> --------------------------------
>
>                 Key: BEAM-7116
>                 URL: https://issues.apache.org/jira/browse/BEAM-7116
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-java-core
>            Reporter: Reuven Lax
>            Assignee: Brian Hulette
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Instead of returning KV objects, we should return a Schema with two fields. The Convert transform should be able to convert these to KV objects.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)