Github user hyunsik commented on a diff in the pull request:
https://github.com/apache/tajo/pull/756#discussion_r40056479
--- Diff: tajo-docs/src/main/sphinx/sql_language/ddl.rst ---
@@ -40,7 +40,7 @@ CREATE TABLE
CREATE TABLE [IF NOT EXISTS] <table_name> [(<column_name> <data_type>,
... )] [TABLESPACE tablespace_name]
[using <storage_type> [with (<key> = <value>, ...)]] [AS
<select_statement>]
- CREATE EXTERNAL TABLE [IF NOT EXISTS] <table_name> (<column_name>
<data_type>, ... )
+ CREATE EXTERNAL TABLE [IF NOT EXISTS] <table_name> [(<column_name>
<data_type>, ... )]
--- End diff --
The documentation needs to reflect the changed DDL for ``(*)``.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---