chamikaramj commented on pull request #16578: URL: https://github.com/apache/beam/pull/16578#issuecomment-1048278423
If it's hard to run the Jenkins integration test for all write methods (I don't have a command to do so unfortunately) you can just try running a simple pipeline that write to BQ (for example [1]) to make sure the feature works for various write methods. If it makes easier you can just operate on top of a Maven project created using the archetype given at [2]. If you want to push code from the Beam Gradle repo to local Maven repo you can use the command at [3]. [1] https://github.com/apache/beam/blob/master/examples/java/src/main/java/org/apache/beam/examples/cookbook/BigQueryTornadoes.java [2] https://beam.apache.org/get-started/quickstart-java/ [3] https://cwiki.apache.org/confluence/display/BEAM/Gradle+Tips#GradleTips-PublishamodulesnapshotreleasetomavenLocal -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
