[ 
https://issues.apache.org/jira/browse/BEAM-5506?focusedWorklogId=148874&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-148874
 ]

ASF GitHub Bot logged work on BEAM-5506:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 27/Sep/18 20:05
            Start Date: 27/Sep/18 20:05
    Worklog Time Spent: 10m 
      Work Description: akedin closed pull request #6491: [BEAM-5506] Add 
reference link in CREATE TABLE exception
URL: https://github.com/apache/beam/pull/6491
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/sdks/java/extensions/sql/src/main/codegen/includes/parserImpls.ftl 
b/sdks/java/extensions/sql/src/main/codegen/includes/parserImpls.ftl
index 0f9b2d1db5e..1fd6efda54f 100644
--- a/sdks/java/extensions/sql/src/main/codegen/includes/parserImpls.ftl
+++ b/sdks/java/extensions/sql/src/main/codegen/includes/parserImpls.ftl
@@ -197,8 +197,9 @@ SqlCreate SqlCreateTableNotSupportedMessage(Span s, boolean 
replace) :
 {
   <TABLE>
   {
-    throw new ParseException("'CREATE TABLE' is not supported in BeamSQL. You 
can use "
-    + "'CREATE EXTERNAL TABLE' to register an external data source to 
BeamSQL");
+    throw new ParseException("'CREATE TABLE' is not supported in SQL. You can 
use "
+    + "'CREATE EXTERNAL TABLE' to register an external data source to SQL. For 
more details, "
+    + "please check: 
https://beam.apache.org/documentation/dsls/sql/create-external-table";);
   }
 }
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 148874)
    Time Spent: 1h 40m  (was: 1.5h)

> Update Beam documentation
> -------------------------
>
>                 Key: BEAM-5506
>                 URL: https://issues.apache.org/jira/browse/BEAM-5506
>             Project: Beam
>          Issue Type: Sub-task
>          Components: dsl-sql
>            Reporter: Rui Wang
>            Assignee: Rui Wang
>            Priority: Major
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to