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 2017/08/24 20:00:17 UTC

[beam-site] 02/03: Remove TODO

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 95c01933d3d42c8dc79cd262c27355eb9a93ae6c
Author: Tyler Akidau <ta...@apache.org>
AuthorDate: Thu Aug 24 12:13:50 2017 -0700

    Remove TODO
---
 src/documentation/dsls/sql.md | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/documentation/dsls/sql.md b/src/documentation/dsls/sql.md
index ac55647..ce893cd 100644
--- a/src/documentation/dsls/sql.md
+++ b/src/documentation/dsls/sql.md
@@ -52,10 +52,6 @@ Explicitly:
         .apply(Create.of(row)
                      .withCoder(nameType.getRecordCoder()));
     ```
-  * **From an external source**, if the external data are already encoded with the appropriate `BeamRecordCoder`.
-    ```
-    TODO: example. Is this even possible currently?
-    ```
   * **From a `PCollection<T>`** where `T` is not already a `BeamRecord`, by applying a `PTransform` that converts input records to `BeamRecord` format:
     ```
     // An example POJO class.

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.