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

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


The following commit(s) were added to refs/heads/gh-pages by this push:
     new bebecc6  edit
bebecc6 is described below

commit bebecc61226ec7783b41ba5e1d4938936504a684
Author: bridget <[email protected]>
AuthorDate: Thu Dec 19 15:45:08 2019 -0800

    edit
---
 _docs/connect-a-data-source/010-connect-a-data-source-introduction.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/_docs/connect-a-data-source/010-connect-a-data-source-introduction.md 
b/_docs/connect-a-data-source/010-connect-a-data-source-introduction.md
index b3bf1a0..20b5e54 100644
--- a/_docs/connect-a-data-source/010-connect-a-data-source-introduction.md
+++ b/_docs/connect-a-data-source/010-connect-a-data-source-introduction.md
@@ -5,7 +5,7 @@ parent: "Connect a Data Source"
 ---
 A storage plugin is a software module for connecting Drill to data sources. A 
storage plugin typically optimizes execution of Drill queries, provides the 
location of the data, and configures the workspace and file formats for reading 
data. Drill has several storage plugins than you can configure to suit your 
environment. Through a storage plugin, Drill connects to a data source, such as 
a database, a file on a local or distributed file system, or a Hive metastore. 
You can modify the defa [...]
 
-When you execute a query, Drill gets the storage plugin configuration name in 
one of several ways:
+When you run a query, Drill gets the storage plugin configuration name in one 
of several ways:
 
 * The FROM clause of the query can identify the plugin to use.
 * The USE <plugin name> command can precede the query.

Reply via email to