Github user jihoonson commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/475#discussion_r27476499
  
    --- Diff: tajo-docs/src/main/sphinx/table_management/text.rst ---
    @@ -1,21 +1,21 @@
     *************************************
    -CSV (TextFile)
    +TEXT
     *************************************
     
    -A character-separated values (CSV) file represents a tabular data set 
consisting of rows and columns.
    +A character-separated values text file represents a tabular data set 
consisting of rows and columns.
     Each row is a plan-text line. A line is usually broken by a character line 
feed ``\n`` or carriage-return ``\r``.
     The line feed ``\n`` is the default delimiter in Tajo. Each record 
consists of multiple fields, separated by
     some other character or string, most commonly a literal vertical bar 
``|``, comma ``,`` or tab ``\t``.
     The vertical bar is used as the default field delimiter in Tajo.
     
     =========================================
    -How to Create a CSV Table ?
    +How to Create a TEXT Table ?
     =========================================
     
     If you are not familiar with the ``CREATE TABLE`` statement, please refer 
to the Data Definition Language :doc:`/sql_language/ddl`.
     
     In order to specify a certain file format for your table, you need to use 
the ``USING`` clause in your ``CREATE TABLE``
    -statement. The below is an example statement for creating a table using 
CSV files.
    +statement. The below is an example statement for creating a table using 
text files.
    --- End diff --
    
    Same comment with the above one.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to