You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ch...@apache.org on 2016/06/29 13:05:07 UTC

[3/4] incubator-carbondata git commit: corrected image path

corrected image path


Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/0bedd8b8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/0bedd8b8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/0bedd8b8

Branch: refs/heads/master
Commit: 0bedd8b85dbda60ba784ebb0150c88eb8da3fb4b
Parents: 0963f83
Author: ravipesala <ra...@gmail.com>
Authored: Wed Jun 29 18:23:06 2016 +0530
Committer: ravipesala <ra...@gmail.com>
Committed: Wed Jun 29 18:23:06 2016 +0530

----------------------------------------------------------------------
 docs/Carbondata-File-Structure-and-Format.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/0bedd8b8/docs/Carbondata-File-Structure-and-Format.md
----------------------------------------------------------------------
diff --git a/docs/Carbondata-File-Structure-and-Format.md b/docs/Carbondata-File-Structure-and-Format.md
index d1d4971..7b73297 100644
--- a/docs/Carbondata-File-Structure-and-Format.md
+++ b/docs/Carbondata-File-Structure-and-Format.md
@@ -6,7 +6,7 @@ Such queries select only a few columns with a group by clause but do not contain
 ![Full Scan Query](/docs/images/format/carbon_data_full_scan.png?raw=true)
 
 ### OLAP Style Query / Multi-dimensional Analysis
-These are queries which are typically fired from Interactive Analysis tools. Such queries often select a few columns but involve filters and group by on a column or a grouping expression. 
+These are queries which are typically fired from Interactive Analysis tools. Such queries often select a few columns but involve filters and group by on a column or a grouping expression.  
 ![OLAP Scan Query](/docs/images/format/carbon_data_olap_scan.png?raw=true)