[
https://issues.apache.org/jira/browse/BEAM-4410?focusedWorklogId=108534&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-108534
]
ASF GitHub Bot logged work on BEAM-4410:
----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Jun/18 12:21
Start Date: 04/Jun/18 12:21
Worklog Time Spent: 10m
Work Description: mareksimunek opened a new pull request #5550:
[BEAM-4410] added Broadcast Join translation
URL: https://github.com/apache/beam/pull/5550
Translation of Broadcast Join. Broadcast join can be very efficient for
joins between a large dataset with small dataset that has to fit into memory.
It's implemented with Beam's `sideInput`.
------------------------
Follow this checklist to help us incorporate your contribution quickly and
easily:
- [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA
issue, if applicable. This will automatically link the pull request to the
issue.
- [ ] If this contribution is large, please file an Apache [Individual
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
It will help us expedite review of your Pull Request if you tag someone
(e.g. `@username`) to look at it.
----------------------------------------------------------------
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: 108534)
Time Spent: 10m
Remaining Estimate: 0h
> Broadcast Joins
> ---------------
>
> Key: BEAM-4410
> URL: https://issues.apache.org/jira/browse/BEAM-4410
> Project: Beam
> Issue Type: New Feature
> Components: dsl-euphoria
> Reporter: Marek Simunek
> Assignee: Marek Simunek
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Translation of Broadcast Join. Broadcast join can be very efficient for joins
> between a large dataset with small dataset that has to fit into memory. It's
> implemented with Beam's `sideInput`.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)