You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2016/04/12 20:31:59 UTC

drill git commit: Update Avro description to state that it's experimental and add new querying avro page

Repository: drill
Updated Branches:
  refs/heads/gh-pages 2f614b533 -> ab00943a4


Update Avro description to state that it's experimental and add new querying avro page


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/ab00943a
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/ab00943a
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/ab00943a

Branch: refs/heads/gh-pages
Commit: ab00943a4abfbdbbaad68595140429cc2b337ef3
Parents: 2f614b5
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Tue Apr 12 11:29:29 2016 -0700
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Tue Apr 12 11:29:29 2016 -0700

----------------------------------------------------------------------
 .../005-querying-a-file-system-introduction.md                | 4 ++--
 .../query-data/query-a-file-system/009-querying-avro-files.md | 7 +++++++
 2 files changed, 9 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/ab00943a/_docs/query-data/query-a-file-system/005-querying-a-file-system-introduction.md
----------------------------------------------------------------------
diff --git a/_docs/query-data/query-a-file-system/005-querying-a-file-system-introduction.md b/_docs/query-data/query-a-file-system/005-querying-a-file-system-introduction.md
index 40ccf54..98e107c 100644
--- a/_docs/query-data/query-a-file-system/005-querying-a-file-system-introduction.md
+++ b/_docs/query-data/query-a-file-system/005-querying-a-file-system-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "Querying a File System Introduction"
-date:  
+date: 2016-04-12 18:29:30 UTC
 parent: "Querying a File System"
 ---
 Files and directories are like standard SQL tables to Drill. You can specify a
@@ -27,7 +27,7 @@ Drill supports the following file types:
     * Tab-separated values (TSV, type: text)
     * Pipe-separated values (PSV, type: text)
   * Structured data files:
-    * Avro(type: avro)
+    * Avro (type: avro) (This file type is experimental. See [Querying Avro Files]({{site.baseurl}}/docs/querying-avro-files/).)
     * JSON (type: json)
     * Parquet (type: parquet)
 

http://git-wip-us.apache.org/repos/asf/drill/blob/ab00943a/_docs/query-data/query-a-file-system/009-querying-avro-files.md
----------------------------------------------------------------------
diff --git a/_docs/query-data/query-a-file-system/009-querying-avro-files.md b/_docs/query-data/query-a-file-system/009-querying-avro-files.md
new file mode 100644
index 0000000..7f25d22
--- /dev/null
+++ b/_docs/query-data/query-a-file-system/009-querying-avro-files.md
@@ -0,0 +1,7 @@
+---
+title: "Querying Avro Files"
+date:  
+parent: "Querying a File System"
+---
+  
+The Avro format is experimental at this time. There are known issues when querying Avro files. Please reference [JIRA](https://issues.apache.org/jira/browse/DRILL/component/12328941/?selectedTab=com.atlassian.jira.jira-projects-plugin:component-summary-panel) for more information.