Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BEAM-143] add test for UnboundedSourceWrapper #69

Closed
wants to merge 3 commits into from

Commits on Mar 23, 2016

  1. [BEAM-144] solve reader serialization issue

    Now, we initialize the UnboundedSourceReader at runtime which requires
    us to keep a copy of the PipelineOptions. This should be fine here
    because we are at the lowest point of the execution stack.
    mxm committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    49271b7 View commit details
    Browse the repository at this point in the history
  2. [BEAM-143] [flink] add test for UnboundedSourceWrapper

    The test ensures serialization and execution of the wrapper works as
    expected.
    mxm committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    3fcf511 View commit details
    Browse the repository at this point in the history
  3. address PR comments

    mxm committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    8e362fb View commit details
    Browse the repository at this point in the history