[BEAM-1928] Add PCollections Utilities#2516
Conversation
|
R: @lukecwik |
72740a1 to
9454dd3
Compare
|
Changes Unknown when pulling 9454dd3 on tgroh:pcollections_utilities into ** on apache:master**. |
|
Refer to this link for build results (access rights to CI server needed): Build result: FAILURE[...truncated 1.40 MB...] at sun.security.ssl.InputRecord.readFully(InputRecord.java:465) at sun.security.ssl.InputRecord.readV3Record(InputRecord.java:593) at sun.security.ssl.InputRecord.read(InputRecord.java:532) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973) at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:930) at sun.security.ssl.AppInputStream.read(AppInputStream.java:105) at org.apache.maven.wagon.providers.http.httpclient.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:136) at org.apache.maven.wagon.providers.http.httpclient.impl.io.SessionInputBufferImpl.read(SessionInputBufferImpl.java:195) at org.apache.maven.wagon.providers.http.httpclient.impl.io.ContentLengthInputStream.read(ContentLengthInputStream.java:178) at org.apache.maven.wagon.providers.http.httpclient.conn.EofSensorInputStream.read(EofSensorInputStream.java:137) at org.apache.maven.wagon.AbstractWagon.transfer(AbstractWagon.java:531) at org.apache.maven.wagon.AbstractWagon.getTransfer(AbstractWagon.java:353) ... 13 more2017-04-12T21:14:19.991 [ERROR] 2017-04-12T21:14:19.991 [ERROR] Re-run Maven using the -X switch to enable full debug logging.2017-04-12T21:14:19.991 [ERROR] 2017-04-12T21:14:19.991 [ERROR] For more information about the errors and possible solutions, please read the following articles:2017-04-12T21:14:19.991 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException2017-04-12T21:14:19.991 [ERROR] 2017-04-12T21:14:19.991 [ERROR] After correcting the problems, you can resume the build with the command2017-04-12T21:14:19.991 [ERROR] mvn -rf :beam-sdks-java-io-hbasechannel stoppedSetting status of 02911b4 to FAILURE with url https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/9472/ and message: 'Build finished. 'Using context: Jenkins: Maven clean install--none-- |
|
Refer to this link for build results (access rights to CI server needed): Failed Tests: 1beam_PreCommit_Java_MavenInstall/org.apache.beam:beam-runners-core-construction-java: 1--none-- |
|
Refer to this link for build results (access rights to CI server needed): Failed Tests: 1beam_PreCommit_Java_MavenInstall/org.apache.beam:beam-runners-core-construction-java: 1--none-- |
|
Refer to this link for build results (access rights to CI server needed): Failed Tests: 1beam_PreCommit_Java_MavenInstall/org.apache.beam:beam-runners-core-construction-java: 1--none-- |
|
Refer to this link for build results (access rights to CI server needed): Failed Tests: 1beam_PreCommit_Java_MavenInstall/org.apache.beam:beam-runners-core-construction-java: 1--none-- |
|
Refer to this link for build results (access rights to CI server needed): Failed Tests: 1beam_PreCommit_Java_MavenInstall/org.apache.beam:beam-runners-core-construction-java: 1--none-- |
9454dd3 to
8565425
Compare
|
Rebased on top of #2517. |
|
Refer to this link for build results (access rights to CI server needed): |
Convert a PCollection into a Proto
8565425 to
1663e03
Compare
|
Refer to this link for build results (access rights to CI server needed): Build result: FAILURE[...truncated 2.31 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-04-13T16:59:40.131 [ERROR] 2017-04-13T16:59:40.131 [ERROR] Re-run Maven using the -X switch to enable full debug logging.2017-04-13T16:59:40.131 [ERROR] 2017-04-13T16:59:40.131 [ERROR] For more information about the errors and possible solutions, please read the following articles:2017-04-13T16:59:40.131 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException2017-04-13T16:59:40.132 [ERROR] 2017-04-13T16:59:40.132 [ERROR] After correcting the problems, you can resume the build with the command2017-04-13T16:59:40.132 [ERROR] mvn -rf :beam-sdks-pythonchannel stoppedSetting status of 1663e03 to FAILURE with url https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/9496/ and message: 'Build finished. 'Using context: Jenkins: Maven clean install--none-- |
|
retest this please |
|
Changes Unknown when pulling 1663e03 on tgroh:pcollections_utilities into ** on apache:master**. |
|
Refer to this link for build results (access rights to CI server needed): |
lukecwik
left a comment
There was a problem hiding this comment.
Minor comments and then LGTM
| return IsBounded.UNBOUNDED; | ||
| case UNRECOGNIZED: | ||
| default: | ||
| // Whether or not it is proto that cannot recognize it (due to the version of the |
There was a problem hiding this comment.
Whether or not it is proto that cannot recognize it -> Whether or this enum cannot be recognized
|
|
||
| @Test | ||
| public void registerPCollectionExistingNameCollision() { | ||
| public void registerPCollectionExistingNameCollision() throws IOException { |
There was a problem hiding this comment.
nit: remove extra space between () and throws
|
LGTM |
|
Changes Unknown when pulling 1c13212 on tgroh:pcollections_utilities into ** on apache:master**. |
|
Refer to this link for build results (access rights to CI server needed): |
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.
Convert a PCollection into a Proto