You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/07/03 04:33:05 UTC

[beam-site] branch asf-site updated (e4990b6 -> b42fda3)

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

mergebot-role pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam-site.git.


    from e4990b6  Prepare repository for deployment.
     add 2edac53  Update doc
     add 9597d44  This closes #488
     new b42fda3  Prepare repository for deployment.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/documentation/dsls/sql/create-table/index.html | 4 ++--
 src/documentation/dsls/sql/create-table.md             | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


[beam-site] 01/01: Prepare repository for deployment.

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit b42fda3e3237a0dae6ddb39b7d34fb2960cc8461
Author: Mergebot <me...@apache.org>
AuthorDate: Mon Jul 2 21:33:03 2018 -0700

    Prepare repository for deployment.
---
 content/documentation/dsls/sql/create-table/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/documentation/dsls/sql/create-table/index.html b/content/documentation/dsls/sql/create-table/index.html
index c7c1e02..a8aa955 100644
--- a/content/documentation/dsls/sql/create-table/index.html
+++ b/content/documentation/dsls/sql/create-table/index.html
@@ -373,8 +373,8 @@ LOCATION '[PROJECT_ID]:[DATASET].[TABLE]'
 
 <h3 id="read-mode">Read Mode</h3>
 
-<p>Not supported. BigQueryI/O is currently limited to write access only in Beam
-SQL.</p>
+<p>Beam SQL supports reading columns with simple types (<code class="highlighter-rouge">simpleType</code>) and arrays of simple
+types (<code class="highlighter-rouge">ARRAY&lt;simpleType&gt;</code>).</p>
 
 <h3 id="write-mode">Write Mode</h3>