[
https://issues.apache.org/jira/browse/TAJO-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15035251#comment-15035251
]
ASF GitHub Bot commented on TAJO-1705:
--------------------------------------
Github user hyunsik commented on a diff in the pull request:
https://github.com/apache/tajo/pull/887#discussion_r46376604
--- Diff: tajo-docs/src/main/sphinx/index/how_to_use.rst ---
@@ -1,18 +1,19 @@
-*************************************
+*****************
How to use index?
-*************************************
+*****************
--------------------------------------
+---------------
1. Create index
--------------------------------------
+---------------
-The first step for utilizing index is index creation. You can create index
using SQL (:doc:`/sql_language/ddl`) or Tajo API (:doc:`/tajo_client_api`). For
example, you can create a BST index on the lineitem table by submitting the
following SQL to Tajo.
+The first step for utilizing index is to create an index. You can create
an index using SQL (:doc:`/sql_language/ddl`) or Tajo API
(:doc:`/tajo_client_api`).
+For example, the following SQL statement can be used to create a BST index
on the lineitem table.
--- End diff --
How about "statement will create"?
> Update document for index support
> ---------------------------------
>
> Key: TAJO-1705
> URL: https://issues.apache.org/jira/browse/TAJO-1705
> Project: Tajo
> Issue Type: Task
> Components: Documentation, Index
> Reporter: Jihoon Son
> Assignee: Jihoon Son
> Priority: Minor
> Fix For: 0.11.1
>
>
> After TAJO-1300, index document should be updated.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)