[
https://issues.apache.org/jira/browse/BEAM-6756?focusedWorklogId=339555&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-339555
]
ASF GitHub Bot logged work on BEAM-6756:
----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Nov/19 19:13
Start Date: 06/Nov/19 19:13
Worklog Time Spent: 10m
Work Description: TheNeuralBit commented on pull request #10003:
[BEAM-6756] Create Iterable type for Schema
URL: https://github.com/apache/beam/pull/10003#discussion_r343277046
##########
File path: learning/katas/java/.idea/study_project.xml
##########
@@ -0,0 +1,3151 @@
+<?xml version="1.0" encoding="UTF-8"?>
Review comment:
Is this related?
----------------------------------------------------------------
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: 339555)
Time Spent: 40m (was: 0.5h)
> Support lazy iterables in schemas
> ---------------------------------
>
> Key: BEAM-6756
> URL: https://issues.apache.org/jira/browse/BEAM-6756
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-java-core
> Reporter: Reuven Lax
> Assignee: Reuven Lax
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> The iterables returned by GroupByKey and CoGroupByKey are lazy; this allows a
> runner to page data into memory if the full iterable is too large. We
> currently don't support this in Schemas, so the Schema Group and CoGroup
> transforms materialize all data into memory. We should add support for this.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)