You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2020/12/07 06:03:18 UTC

[beam] branch asf-site updated: Publishing website 2020/12/07 06:02:57 at commit 9862f54

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 86cb686  Publishing website 2020/12/07 06:02:57 at commit 9862f54
86cb686 is described below

commit 86cb686074b378f5417e4363fa8898df8e450e44
Author: jenkins <bu...@apache.org>
AuthorDate: Mon Dec 7 06:02:57 2020 +0000

    Publishing website 2020/12/07 06:02:57 at commit 9862f54
---
 .../dsls/sql/extensions/create-external-table/index.html              | 4 +++-
 website/generated-content/sitemap.xml                                 | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/website/generated-content/documentation/dsls/sql/extensions/create-external-table/index.html b/website/generated-content/documentation/dsls/sql/extensions/create-external-table/index.html
index ca0bf43..3eb26e0 100644
--- a/website/generated-content/documentation/dsls/sql/extensions/create-external-table/index.html
+++ b/website/generated-content/documentation/dsls/sql/extensions/create-external-table/index.html
@@ -68,7 +68,7 @@ with at least one <code>qualifier</code>. Cells are represented as simple types
 ROW type with a mandatory <code>val</code> field, optional <code>timestampMicros</code> and optional <code>labels</code>. Both
 read the latest cell in the column. Cells specified as Arrays of simple types
 (<code>ARRAY&lt;simpleType></code>) allow to read all the column&rsquo;s values.</p><p>For flat schema only <code>SIMPLE_TYPE</code> values are allowed. Every field except for <code>key</code> must correspond
-to the key-values pairs specified in <code>columnsMapping</code>.</p><p>Not all existing column families and qualifiers have to be provided to the schema.</p><h3 id=write-mode-1>Write Mode</h3><p>Not supported.</p><h3 id=example-1>Example</h3><pre><code>CREATE EXTERNAL TABLE beamTable(
+to the key-values pairs specified in <code>columnsMapping</code>.</p><p>Not all existing column families and qualifiers have to be provided to the schema.</p><h3 id=write-mode-1>Write Mode</h3><p>Supported for flat schema only.</p><h3 id=example-1>Example</h3><pre><code>CREATE EXTERNAL TABLE beamTable(
   key VARCHAR NOT NULL,
   beamFamily ROW&lt;
      boolLatest BOOLEAN NOT NULL,
@@ -103,6 +103,8 @@ LOCATION 'googleapis.com/bigtable/projects/beam/instances/beamInstance/tables/fl
 TBLPROPERTIES '{
   &quot;columnsMapping&quot;: &quot;f:boolColumn,f:longColumn,f:stringColumn,f2:doubleColumn,f2:binaryColumn&quot;
 }'
+</code></pre><p>Write example:</p><pre><code>INSERT INTO writeTable(key, boolColumn, longColumn, stringColumn, doubleColumn)
+  VALUES ('key', TRUE, 10, 'stringValue', 5.5)
 </code></pre><h2 id=pubsub>Pub/Sub</h2><h3 id=syntax-3>Syntax</h3><pre><code>CREATE EXTERNAL TABLE [ IF NOT EXISTS ] tableName(
     event_timestamp TIMESTAMP,
     attributes MAP&lt;VARCHAR, VARCHAR&gt;,
diff --git a/website/generated-content/sitemap.xml b/website/generated-content/sitemap.xml
index 8475541..bc68318 100644
--- a/website/generated-content/sitemap.xml
+++ b/website/generated-content/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/blog/beam-2.25.0/</loc><lastmod>2020-10-29T14:08:19-07:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2020-10-29T14:08:19-07:00</lastmod></url><url><loc>/blog/</loc><lastmod>2020-10-29T14:08:19-07:00</lastmod></url><url><loc>/categories/</loc><lastmod>2020-10-29T14:08:19-07:00</lastmod></url><url><loc>/blog/b [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/blog/beam-2.25.0/</loc><lastmod>2020-10-29T14:08:19-07:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2020-10-29T14:08:19-07:00</lastmod></url><url><loc>/blog/</loc><lastmod>2020-10-29T14:08:19-07:00</lastmod></url><url><loc>/categories/</loc><lastmod>2020-10-29T14:08:19-07:00</lastmod></url><url><loc>/blog/b [...]
\ No newline at end of file