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

rubenql pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ab9a2b  Fix adapter doc grammatical errors
2ab9a2b is described below

commit 2ab9a2bea3b22b3a7d15affa2fdd2c8133085212
Author: Geetha Rangaswamaiah <[email protected]>
AuthorDate: Mon Sep 28 18:25:33 2020 +0530

    Fix adapter doc grammatical errors
    
    Resolve review comments
    
    Squash commits
---
 site/_docs/file_adapter.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/site/_docs/file_adapter.md b/site/_docs/file_adapter.md
index 809d1b4..c955e09 100644
--- a/site/_docs/file_adapter.md
+++ b/site/_docs/file_adapter.md
@@ -171,7 +171,7 @@ Tables can be simply defined for immediate gratification:
 }
 {% endhighlight %}
 
-And subsequently refined for better usability / querying:
+And subsequently refined for better usability/querying:
 
 {% highlight json %}
 {
@@ -235,7 +235,7 @@ query results.  These messages will be suppressed in the 
next release.)
 
 ## CSV files and model-free browsing
 
-Some files are describe their own schema, and for these files, we do not need 
a model. For example, `DEPTS.csv` has an
+Some files describe their own schema, and for these files, we do not need a 
model. For example, `DEPTS.csv` has an
 integer `DEPTNO` column and a string `NAME` column:
 
 {% highlight json %}
@@ -275,7 +275,7 @@ sqlline> select distinct deptno from depts;
 
 ## JSON files and model-free browsing
 
-Some files are describe their own schema, and for these files, we do not need 
a model. For example, `DEPTS.json` has an integer `DEPTNO` column and a string 
`NAME` column:
+Some files describe their own schema, and for these files, we do not need a 
model. For example, `DEPTS.json` has an integer `DEPTNO` column and a string 
`NAME` column:
 
 {% highlight json %}
 [

Reply via email to