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 4c0bb7e  minor edit
4c0bb7e is described below

commit 4c0bb7e57b2408f455e146b8d8bd1360961e5bbe
Author: bridget <[email protected]>
AuthorDate: Fri Dec 20 09:40:49 2019 -0800

    minor 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 5bfd003..ab35348 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
@@ -3,7 +3,7 @@ title: "Connect a Data Source Introduction"
 date: 2019-12-20
 parent: "Connect a Data Source"
 ---
-Drill includes several storage plugins than you can configure for your 
environment. A storage plugin is a software module for connecting Drill to data 
sources, such as databases and local or distributed file systems. A storage 
plugin typically optimizes Drill queries, provides the location of the data, 
and stores the workspace and file formats for reading data. Storage plugins 
also perform scanner and writer functions and informs the execution engine of 
any native capabilities, such as p [...]
+Drill includes several storage plugins than you can configure for your 
environment. A storage plugin is a software module for connecting Drill to data 
sources, such as databases and local or distributed file systems. A storage 
plugin typically optimizes Drill queries, provides the location of the data, 
and stores the workspace and file formats for reading data. Storage plugins 
also perform scanner and writer functions and inform the execution engine of 
any native capabilities, such as pr [...]
 
 When you run a query, Drill gets the storage plugin configuration name in one 
of several ways:
 

Reply via email to