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_r394563481
########## File path: _docs/sql-reference/sql-commands/021-create-schema.md ########## @@ -209,13 +210,15 @@ Values are trimmed when converting to any type, except for varchar. ## Usage Notes -### General Information -- Schema provisioning only works with tables defined as directories because Drill must have a place to store the schema file. The directory can contain one or more files. +### General Information +- Schema provisioning using schema file works only with tables defined as directories because Drill must have a place to store the schema file. The directory can contain one or more files. Review comment: Schema provisioning is support only for the file system (dfs-based) storage plugins. I works by placing a file ((insert name)) in the root folder of tables defined as a directory. The directory can contain any number of files (even just one) in addition to the schema file. ((Here, double parens are notes to you, single parens are parts of the suggested text.)) ---------------------------------------------------------------- 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
