[BEAM-1306] Refactors BigQueryServices interface to allow the client to set options#2282
[BEAM-1306] Refactors BigQueryServices interface to allow the client to set options#2282g-eorge wants to merge 1 commit intoapache:masterfrom
Conversation
|
Refer to this link for build results (access rights to CI server needed): Build result: FAILURE[...truncated 974.67 KB...] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83) at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:77) at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:84) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:60) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:235) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:247) at org.codehaus.mojo.findbugs.FindbugsViolationCheckMojo.execute(FindbugsViolationCheckMojo.groovy:529) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 31 more2017-03-21T12:05:42.611 [ERROR] 2017-03-21T12:05:42.611 [ERROR] Re-run Maven using the -X switch to enable full debug logging.2017-03-21T12:05:42.611 [ERROR] 2017-03-21T12:05:42.611 [ERROR] For more information about the errors and possible solutions, please read the following articles:2017-03-21T12:05:42.611 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException2017-03-21T12:05:42.612 [ERROR] 2017-03-21T12:05:42.612 [ERROR] After correcting the problems, you can resume the build with the command2017-03-21T12:05:42.612 [ERROR] mvn -rf :beam-sdks-java-io-google-cloud-platformchannel stoppedSetting status of f097d3b to FAILURE with url https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/8626/ and message: 'Build finished. 'Using context: Jenkins: Maven clean install--none-- |
|
R: @peihe |
|
Any news on this one? |
|
Can you explain how the user will specify these options? |
|
Refer to this link for build results (access rights to CI server needed): Build result: FAILURE[...truncated 738.45 KB...] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83) at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:77) at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:84) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:60) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:235) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:247) at org.codehaus.mojo.findbugs.FindbugsViolationCheckMojo.execute(FindbugsViolationCheckMojo.groovy:529) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 31 more2017-04-08T16:31:44.304 [ERROR] 2017-04-08T16:31:44.304 [ERROR] Re-run Maven using the -X switch to enable full debug logging.2017-04-08T16:31:44.304 [ERROR] 2017-04-08T16:31:44.304 [ERROR] For more information about the errors and possible solutions, please read the following articles:2017-04-08T16:31:44.304 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException2017-04-08T16:31:44.305 [ERROR] 2017-04-08T16:31:44.305 [ERROR] After correcting the problems, you can resume the build with the command2017-04-08T16:31:44.305 [ERROR] mvn -rf :beam-sdks-java-io-google-cloud-platformchannel stoppedSetting status of f097d3b to FAILURE with url https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/9319/ and message: 'Build finished. 'Using context: Jenkins: Maven clean install--none-- |
|
@reuvenlax the user will be able to set options like .withoutValidation() on the pipeline. #1778 illustrates the idea, and will be refactored slightly once this one is resolved so that for streaming writes the options don't need to be passed around. |
|
R: @reuvenlax -@peihe |
|
@reuvenlax, any thoughts perhaps? |
|
@reuvenlax any thoughts on this PR? |
|
This PR needs to be rebased - the underlying BigQuery codebase has changed quite a bit underneat it. |
|
Hi @g-eorge, would you like to push this pull request forward? Please let us know if we can assist somehow. |
|
The underlying transforms have changed quite a bit, so this PR would need to be rebased. |
|
Is this PR still active or should it be closed? |
|
Suggest closure. Reviewed 6 of 6 files at r1. Comments from Reviewable |
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.