Expected -- two commits after master!#59
Merged
iemejia merged 285 commits intoiemejia:masterfrom Jul 30, 2019
Merged
Conversation
The format used is found throughout the Python codebase, thus I consider it to be of low flakiness potential.
Fix RestrictionTracker docstring
Have all the links for a given Flatten PTransform use the same instance. Subsequent calls for these links will hit the cached version.
…on. (apache#9128) * Move upload_graph handling logic before template generation.
[BEAM-7811] Update the Dataflow API version to 0607
…collection for Python 3.6, 3.7 postcommit suites.
* Weaken overly-strict microbenchmark check_complied test.
…ng" (apache#9151) This reverts commit 84ef8aa. After this commit, org.apache.beam.sdk.extensions.sql.meta.provider.pubsub.PubsubJsonIT.testSelectsPayloadContent began failing. Rolling back to restore green/red signal while we deduce whether the problem is with the test or this change.
[BEAM-5874] Wait for BQ query results in tests
… the BigQuery source
…dfiles [BEAM-4181] Add ReadFiles transform to TfRecordIO
[BEAM-7820] Add hot key detection protos to Windmill
[BEAM-7823] Implementing a Custom NonCumulativeCost Handler
…of Nexmark Dataflow command
…Beam row conversion (apache#9089)
Upgrade google-cloud-core and google-cloud-bigquery dependencies
…validatescontainer.sh
) * [BEAM-6611] BigQuery file loads in streaming for Python SDK * Set _multiprocess_can_split_ to prevent running unneccessary tests When running tests in parallel with nose, it has a caveat - it may find and run more tests than were specified. https://nose.readthedocs.io/en/latest/doc_tests/test_multiprocess/multiprocess.html#other-differences-in-test-running This change/hack prevents this from happening. * fixup! [BEAM-6611] BigQuery file loads in streaming for Python SDK Add extra triggers for streaming to cater to streams with large no of files. Use same method to write files in batch and streaming * Add triggering_frequency to docstring * Raise error when using triggering_frequency with streaming inserts * Add logging to BigqueryFullResultStreamingMatcher * Load job name contains int timestamp * Add [BEAM-7822] to limitations
[BEAM-6883] Add value matchers to MetricsResultMatchers. This change is necessary for the fix in BEAM-6883.
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.
Please add a meaningful description for your change here
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @username).[BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replaceBEAM-XXXwith the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.Post-Commit Tests Status (on master branch)
Pre-Commit Tests Status (on master branch)
See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.