You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by dz...@apache.org on 2021/02/15 12:57:20 UTC

[drill] 01/07: Correct typos in 060-querying-the-information-schema.md

This is an automated email from the ASF dual-hosted git repository.

dzamo pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git

commit 1f1a7e826677f99d6e7fcbd57589be6ba0543602
Author: James Turton <ja...@somecomputer.xyz>
AuthorDate: Fri Jan 15 17:02:25 2021 +0200

    Correct typos in 060-querying-the-information-schema.md
---
 _docs/query-data/060-querying-the-information-schema.md | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/_docs/query-data/060-querying-the-information-schema.md b/_docs/query-data/060-querying-the-information-schema.md
index f55fa68..06ca877 100644
--- a/_docs/query-data/060-querying-the-information-schema.md
+++ b/_docs/query-data/060-querying-the-information-schema.md
@@ -71,14 +71,14 @@ type) for each column in each table or view.
 
 ## VIEWS
 
-The VIEWS table returns the name and definition for each view in your
-databases. Note that file schemas are the canonical repository for views in
-Drill. Depending on how you create a view, they may only be displayed in Drill
-after it has been used.
+The VIEWS table returns the name and definition for each view in your databases.  Note that file
+schemas are the canonical repository for views in Drill.  Depending on how you create it, a view may
+only be displayed in Drill after it has been used.
 
 ## PARTITIONS
 
-The PARTITIONS table returns information about table partitions including partition columns, partition keys, etc. for each table.
+The PARTITIONS table returns information about table partitions, including partition columns,
+partition keys, etc. for each table.
 
 ## FILES
 
@@ -142,7 +142,8 @@ For this example, S3 buckets were configured as data sources in Drill. Storage p
 	| DRILL         | s3_years_bucket.root     | <owner>       | file  | NO          |
 	|---------------|--------------------------|---------------|-------|-------------|  
 
-Querying the FILES table and filtering on the SCHEMA_NAME provides information about the files that exist within a workspace:  
+Querying the FILES table and filtering on the SCHEMA_NAME provides information about the files
+within a workspace:  
 
 **Note:** The word “files” is a reserved word in Drill and requires backticks (``).