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 2021/10/01 17:03:00 UTC

[jira] [Work logged] (BEAM-12795) KVs should not be needed when using schemas

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

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

                Author: ASF GitHub Bot
            Created on: 01/Oct/21 17:02
            Start Date: 01/Oct/21 17:02
    Worklog Time Spent: 10m 
      Work Description: lukecwik commented on pull request #15465:
URL: https://github.com/apache/beam/pull/15465#issuecomment-932397617


   Finally got some time again to review this, taking a look now.


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


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

    Worklog Id:     (was: 659077)
    Time Spent: 1h 50m  (was: 1h 40m)

> KVs should not be needed when using schemas
> -------------------------------------------
>
>                 Key: BEAM-12795
>                 URL: https://issues.apache.org/jira/browse/BEAM-12795
>             Project: Beam
>          Issue Type: New Feature
>          Components: sdk-java-core
>            Reporter: Reuven Lax
>            Priority: P2
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> When using schemas there should be no need to require a KV, as any. key or keys can be act as the K or a V in a KV. Users can use schemas without the need for KV in all cases except for state/timers DoFns, which today require that the input have type KV. We would like to eliminate this requirement. Users should be able to specify a key field extraction in their ParDo, e.g.
> ParDo.of(...).withKeyFields("user.location.city"));
> Or in the DoFn itself.



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