[BEAM-1795] Upgrade google-cloud-bigquery to 0.23.0#2378
Closed
markflyhigh wants to merge 2 commits intoapache:masterfrom
Closed
[BEAM-1795] Upgrade google-cloud-bigquery to 0.23.0#2378markflyhigh wants to merge 2 commits intoapache:masterfrom
markflyhigh wants to merge 2 commits intoapache:masterfrom
Conversation
aaltay
reviewed
Mar 30, 2017
sdks/python/setup.py
Outdated
| 'googledatastore==7.0.0', | ||
| # GCP packages required by tests | ||
| 'google-cloud-bigquery>=0.22.1,<0.23', | ||
| 'google-cloud-bigquery>=0.23.0,<1.0.0', |
Member
There was a problem hiding this comment.
Please put the upper bound to 0.24.0. With major version 0 it is possible to introduce breaking changes with minor version changes.
Member
|
LGTM |
|
Refer to this link for build results (access rights to CI server needed): Build result: FAILURE[...truncated 2.11 MB...] at java.lang.Thread.run(Thread.java:745)Caused by: org.apache.maven.plugin.MojoExecutionException: Command execution failed. at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:302) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 31 moreCaused by: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:404) at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166) at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:764) at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:711) at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:289) ... 33 more2017-03-30T23:15:33.508 [ERROR] 2017-03-30T23:15:33.508 [ERROR] Re-run Maven using the -X switch to enable full debug logging.2017-03-30T23:15:33.508 [ERROR] 2017-03-30T23:15:33.508 [ERROR] For more information about the errors and possible solutions, please read the following articles:2017-03-30T23:15:33.508 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException2017-03-30T23:15:33.508 [ERROR] 2017-03-30T23:15:33.508 [ERROR] After correcting the problems, you can resume the build with the command2017-03-30T23:15:33.508 [ERROR] mvn -rf :beam-sdks-pythonchannel stoppedSetting status of 051b163 to FAILURE with url https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/8971/ and message: 'Build finished. 'Using context: Jenkins: Maven clean install--none-- |
|
Changes Unknown when pulling 61c0347 on markflyhigh:update-bigquery-version into ** on apache:master**. |
|
Refer to this link for build results (access rights to CI server needed): |
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.
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
[BEAM-<Jira issue #>] Description of pull requestmvn clean verify. (Even better, enableTravis-CI on your fork and ensure the whole test matrix passes).
<Jira issue #>in the title with the actual Jira issuenumber, if there is one.
Individual Contributor License Agreement.
Update google-cloud-bigquery to next stable version. No additional dependency is introduced after transitive dependency inspection.