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

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

commit 2edac53fc1d36e3225adcdc31378db44d30ec683
Author: amaliujia <amaliu...@gmail.com>
AuthorDate: Mon Jul 2 15:17:40 2018 -0700

    Update doc
---
 src/documentation/dsls/sql/create-table.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/documentation/dsls/sql/create-table.md 
b/src/documentation/dsls/sql/create-table.md
index 0b30327..cfa1d2d 100644
--- a/src/documentation/dsls/sql/create-table.md
+++ b/src/documentation/dsls/sql/create-table.md
@@ -95,8 +95,8 @@ LOCATION '[PROJECT_ID]:[DATASET].[TABLE]'
 
 ### Read Mode
 
-Not supported. BigQueryI/O is currently limited to write access only in Beam
-SQL.
+Beam SQL supports reading columns with simple types (`simpleType`) and arrays 
of simple
+types (`ARRAY<simpleType>`).
 
 ### Write Mode
 

Reply via email to