This is an automated email from the ASF dual-hosted git repository.

mxm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new a847ac2  [BEAM-5503] Update BigQueryIO time partitioning doc snippet
     new 865727c  Merge pull request #8384: [BEAM-5503] Update BigQueryIO time 
partitioning doc snippet
a847ac2 is described below

commit a847ac2c5b6c060f5dced090e3066e9d7a4c14f4
Author: ttanay <ttanay...@gmail.com>
AuthorDate: Wed Apr 24 00:31:52 2019 +0530

    [BEAM-5503] Update BigQueryIO time partitioning doc snippet
    
    Added link to code snippet for Java SDK showing usage of
    time-partitioning in BigQuery.
---
 website/src/documentation/io/built-in-google-bigquery.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/src/documentation/io/built-in-google-bigquery.md 
b/website/src/documentation/io/built-in-google-bigquery.md
index 855b5cf..200d35e 100644
--- a/website/src/documentation/io/built-in-google-bigquery.md
+++ b/website/src/documentation/io/built-in-google-bigquery.md
@@ -727,8 +727,8 @@ To use BigQuery time partitioning, use one of these two 
methods:
 This example generates one partition per day.
 
 ```java
-// Java snippet not yet available and tracked in JIRA: BEAM-5503
-```
+{% github_sample 
/apache/beam/blob/master/examples/java/src/main/java/org/apache/beam/examples/snippets/Snippets.java
 tag:BigQueryTimePartitioning
+%}```
 ```py
 # The Beam SDK for Python does not currently support time partitioning.
 ```

Reply via email to