Typo Rectified#2086
Merged
Merged
Conversation
|
Here are few more suggestions --- 060-querying-the-information-schema.md.old 2020-06-18 09:51:39.640215255 +0200
+++ 060-querying-the-information-schema.md 2020-06-18 09:51:50.553274730 +0200
@@ -74,11 +74,11 @@
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.
+after being 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,7 @@
| 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 (``).
@@ -235,7 +235,7 @@
### TABLES Queries
Run an ``INFORMATION_SCHEMA.`TABLES` ``query to view all of the tables and views
-
+within a database. TABLES is a reserved word in Drill and requires backticks
(`).
For example, the following query identifies all of the tables and views that
|
Contributor
|
@dzamo Are you ok with committing this? |
Contributor
|
Thank you @swattu and @sanel, I've incorporated your contributions. Some notes for future contributors follow.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DRILL-XXXX: PR Title
(Please replace
PR Titlewith actual PR Title)Description
(Please describe the change. If more than one ticket is fixed, include a reference to those tickets.)
Documentation
(Please describe user-visible changes similar to what should appear in the Drill documentation.)
Testing
(Please describe how this PR has been tested.)