[
https://issues.apache.org/jira/browse/BEAM-9331?focusedWorklogId=411257&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-411257
]
ASF GitHub Bot logged work on BEAM-9331:
----------------------------------------
Author: ASF GitHub Bot
Created on: 27/Mar/20 18:28
Start Date: 27/Mar/20 18:28
Worklog Time Spent: 10m
Work Description: alexvanboxel commented on issue #10883: [BEAM-9331] Add
better Row builders
URL: https://github.com/apache/beam/pull/10883#issuecomment-605200678
> @alexvanboxel I would rather not in this PR, because the RowUtils API
wasn't designed for public usage. If we were to make it public, I would prefer
to spend a lot more time on the API design, and I would also want to understand
the use cases a bit better.
Understand LGTM
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 411257)
Time Spent: 4h 40m (was: 4.5h)
> The Row object needs better builders
> ------------------------------------
>
> Key: BEAM-9331
> URL: https://issues.apache.org/jira/browse/BEAM-9331
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-java-core
> Reporter: Reuven Lax
> Assignee: Reuven Lax
> Priority: Major
> Time Spent: 4h 40m
> Remaining Estimate: 0h
>
> Users should be able to build a Row object by specifying field names. Desired
> syntax:
>
> Row.withSchema(schema)
> .withFieldName("field1", "value)
> .withFieldName("field2.field3", value)
> .build()
>
> Users should also have a builder that allows taking an existing row and
> changing specific fields.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)