Repository: drill Updated Branches: refs/heads/gh-pages c8e1e6b2a -> e22e0e6f5
DRILL-2705 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/e22e0e6f Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/e22e0e6f Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/e22e0e6f Branch: refs/heads/gh-pages Commit: e22e0e6f5b37d74140ac951ede0e2e2cd838809b Parents: c8e1e6b Author: Kristine Hahn <kh...@maprtech.com> Authored: Mon Apr 6 18:23:18 2015 -0700 Committer: Bridget Bevens <bbev...@maprtech.com> Committed: Mon Apr 6 18:31:41 2015 -0700 ---------------------------------------------------------------------- _docs/connect/009-mapr-db-plugin.md | 2 +- _docs/sql-ref/001-data-types.md | 2 +- _docs/sql-ref/functions/002-conversion.md | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/e22e0e6f/_docs/connect/009-mapr-db-plugin.md ---------------------------------------------------------------------- diff --git a/_docs/connect/009-mapr-db-plugin.md b/_docs/connect/009-mapr-db-plugin.md index e6a45c2..a5bd33e 100644 --- a/_docs/connect/009-mapr-db-plugin.md +++ b/_docs/connect/009-mapr-db-plugin.md @@ -21,7 +21,7 @@ in the Web UI of the Drill Sandbox to view the configuration for the `dfs` insta  -The examples of the [CONVERT_TO/FROM functions](/docs/data-type-conversion#convert-to-and-convert-from) show how to adapt the `dfs` storage plugin to use the `maprdb` format plugin to query HBase tables on the Sandbox. +The examples of the [CONVERT_TO/FROM functions](/docs/data-type-conversion#convert_to-and-convert_from) show how to adapt the `dfs` storage plugin to use the `maprdb` format plugin to query HBase tables on the Sandbox. You modify the `dfs` storage plugin to create a table mapping to a directory in the MapR-FS file system. You then select the table by name. http://git-wip-us.apache.org/repos/asf/drill/blob/e22e0e6f/_docs/sql-ref/001-data-types.md ---------------------------------------------------------------------- diff --git a/_docs/sql-ref/001-data-types.md b/_docs/sql-ref/001-data-types.md index 73aedc8..88e0177 100644 --- a/_docs/sql-ref/001-data-types.md +++ b/_docs/sql-ref/001-data-types.md @@ -121,7 +121,7 @@ In a textual file, such as CSV, Drill interprets every field as a VARCHAR, as pr * [CAST](/docs/data-type-conversion#cast) Casts data from one data type to another. -* [CONVERT_TO and CONVERT_FROM](/docs/conversion#convert-to-and-convert-from) +* [CONVERT_TO and CONVERT_FROM](/docs/data-type-conversion#convert_to-and-convert_from) Converts data, including binary data, from one data type to another. * [TO_CHAR]() Converts a TIMESTAMP, INTERVAL, INTEGER, DOUBLE, or DECIMAL to a string. http://git-wip-us.apache.org/repos/asf/drill/blob/e22e0e6f/_docs/sql-ref/functions/002-conversion.md ---------------------------------------------------------------------- diff --git a/_docs/sql-ref/functions/002-conversion.md b/_docs/sql-ref/functions/002-conversion.md index 0bc0d66..9a47a95 100644 --- a/_docs/sql-ref/functions/002-conversion.md +++ b/_docs/sql-ref/functions/002-conversion.md @@ -5,8 +5,7 @@ parent: "SQL Functions" Drill supports the following functions for casting and converting data types: * [CAST](/docs/data-type-conversion#cast) -* [CONVERT_TO and CONVERT_FROM](/docs/data-type-conversion#convert-to-and-convert-from) -* [Other data type conversion functions](/docs/data-type-conversion#functions-for-handling-nulls) +* [CONVERT_TO and CONVERT_FROM](/docs/data-type-conversion#convert_to-and-convert_from) ## CAST