Skip to content

Comments

[BEAM-1873] Fix Javadoc in BigQueryIO.java#2418

Closed
reuvenlax wants to merge 3 commits intoapache:masterfrom
reuvenlax:fix_bq_javadoc
Closed

[BEAM-1873] Fix Javadoc in BigQueryIO.java#2418
reuvenlax wants to merge 3 commits intoapache:masterfrom
reuvenlax:fix_bq_javadoc

Conversation

@reuvenlax
Copy link
Contributor

Properly address new API for dynamic table writes.

R: @jkff

@reuvenlax reuvenlax changed the title [BEAM-437] [BEAM-437] Fix Javadoc in BigQueryIO.java Apr 4, 2017
@reuvenlax reuvenlax changed the title [BEAM-437] Fix Javadoc in BigQueryIO.java [BEAM-1873] Fix Javadoc in BigQueryIO.java Apr 4, 2017
@asfbot
Copy link

asfbot commented Apr 4, 2017

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/9114/
--none--

* {@link BigQueryIO.Write#withFormatFunction} to convert each element into a {@link TableRow}
* object.
*
* <p>Per-value tables are not yet supported in batch mode.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please clarify: does this mean that per-value tables will use BigQuery streaming insert API, or does it mean that BigQueryIO inspects the "streaming" PipelineOption and refuses to work if it's false? (it'd be much better if it was the former)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right now it means the former (which actually works very poorly, and hence we say is unsupported). The other PR I submitted makes it work properly in batch using batch load jobs.

@@ -152,13 +152,12 @@ private static void populateCommonDisplayData(DisplayData.Builder builder,
.withLabel("Pubsub Topic"));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this commit from the PR.

@asfbot
Copy link

asfbot commented Apr 4, 2017

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/9143/
--none--

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.006%) to 70.004% when pulling 1756a95 on reuvenlax:fix_bq_javadoc into 65ffd6c on apache:master.

@asfbot
Copy link

asfbot commented Apr 4, 2017

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/9144/
--none--

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.003%) to 69.821% when pulling 3b6a9b0 on reuvenlax:fix_bq_javadoc into 6edf2be on apache:master.

@asfbot
Copy link

asfbot commented Apr 5, 2017

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/9189/
--none--

Copy link
Contributor

@jkff jkff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I'll squash, edit commit message and merge.

@asfgit asfgit closed this in 0c063c2 Apr 5, 2017
@reuvenlax reuvenlax deleted the fix_bq_javadoc branch December 9, 2018 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants