[BEAM-3901] Euphoria: Initial import from github#5315
Merged
jbonofre merged 953 commits intoapache:dsl-euphoriafrom May 15, 2018
Merged
[BEAM-3901] Euphoria: Initial import from github#5315jbonofre merged 953 commits intoapache:dsl-euphoriafrom
jbonofre merged 953 commits intoapache:dsl-euphoriafrom
Conversation
[euphoria-operator-testkit] activate mistakenly ignored test
…tations [euphoria-core] add API audience annotations to core
[euphoria-core] remove checkpointing from datasets - unusable feature
added IOUtils to help iterate over methods throwing IOException
…th-value-sorting 158 extend reduce by key with value sorting
…ify output flow before persisting it
…y-flow 157 enable outputs to modify flow
…o-local-executor 173 rename inmem executor to local executor
[euphoria-core] apache#177 added MultiDataSink
Move to gradle init
Add euphoria-examples module to gradle
[euphoria] add maxTimestamp to generic Window
…me of them are not running due to missing triggers translations. Others use unsupported ReduceStateByKey.
… in DoFnCollector.
[euphoria-beam] Avoid unneccessary lamda allocation with each element…
Specifically replace the graph component representations (AppliedPTransform, PCollection<?>) with the PCollectionNode and PTransformNode representations. Suppress some tests, pending migration.
…use Portable representations [BEAM-4073]
Vasek/beam rt rebase
… into dsl-euphoria
…ply with checkstyle.
…ply with checkstyle.
Member
|
Even if the checks don't pass, I'm merging. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Euphoria: Initial import from github, first part of Euphoria Java 8 DSL integration (https://issues.apache.org/jira/browse/BEAM-3900)
Follow this checklist to help us incorporate your contribution quickly and easily:
[BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replaceBEAM-XXXwith the appropriate JIRA issue../gradlew buildto make sure basic checks pass. A more thorough check will be performed on your pull request automatically.