paul-rogers commented on a change in pull request #2030: Update docs for 
Metastore to point that all format plugins are supported
URL: https://github.com/apache/drill/pull/2030#discussion_r394559182
 
 

 ##########
 File path: 
_docs/sql-reference/sql-commands/007-analyze-table-refresh-metadata.md
 ##########
 @@ -34,10 +34,16 @@ The name of the table or directory for which Drill will 
collect table metadata.
 Table function parameters. This syntax is only available since Drill 1.18.
 Example of table function parameters usage:
 
-    table(dfs.`table_name` (type => 'parquet', autoCorrectCorruptDates => 
true))
+     table(dfs.tmp.`text_nation` (type=>'text', fieldDelimiter=>',', 
extractHeader=>true,
+        schema=>'inline=(
+            `n_nationkey` INT not null,
+            `n_name` VARCHAR not null,
+            `n_regionkey` INT not null,
+            `n_comment` VARCHAR not null)'
+        ))
 
 For detailed information, please refer to
- [Using the Formats Attributes as Table Function 
Parameters]({{site.baseurl}}/docs/plugin-configuration-basics/#using-the-formats-attributes-as-table-function-parameters)
+ [Specifying the Schema as Table Function 
Parameter]({{site.baseurl}}/docs/plugin-configuration-basics/#specifying-the-schema-as-table-function-parameter)
 
 Review comment:
   Please refer to ... for the details.

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


With regards,
Apache Git Services

Reply via email to