[ 
https://issues.apache.org/jira/browse/TAJO-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14636336#comment-14636336
 ] 

Hudson commented on TAJO-1486:
------------------------------

SUCCESS: Integrated in Tajo-master-build #761 (See 
[https://builds.apache.org/job/Tajo-master-build/761/])
TAJO-1486: Text file should support to skip header rows when creating external 
table. (Contributed by Jongyoung Park. Committed by jinho) (jhkim: rev 
e5b30e542a409ec0378a787c76f6387fd3ca84a9)
* 
tajo-storage/tajo-storage-hdfs/src/test/java/org/apache/tajo/storage/TestDelimitedTextFile.java
* CHANGES
* 
tajo-storage/tajo-storage-hdfs/src/main/java/org/apache/tajo/storage/text/DelimitedTextFile.java
* 
tajo-storage/tajo-storage-hdfs/src/test/resources/dataset/TestDelimitedTextFile/testSkip.txt
* tajo-docs/src/main/sphinx/table_management/text.rst
* 
tajo-storage/tajo-storage-hdfs/src/test/resources/dataset/TestDelimitedTextFile/testNormal.json
* tajo-common/src/main/java/org/apache/tajo/storage/StorageConstants.java


> Text file should support to skip header rows when creating external table
> -------------------------------------------------------------------------
>
>                 Key: TAJO-1486
>                 URL: https://issues.apache.org/jira/browse/TAJO-1486
>             Project: Tajo
>          Issue Type: New Feature
>          Components: Storage
>    Affects Versions: 0.10.0
>            Reporter: Youngkyong Ko
>            Assignee: Jongyoung Park
>            Priority: Minor
>             Fix For: 0.11.0
>
>         Attachments: TAJO-1486-1.patch, TAJO-1486.patch
>
>
> It is quite common to see header/footer lines in real world data set. So 
> skipping first/last N lines in "create external table" DDL can be useful 
> feature for Tajo users.  In this way, user don't need additional processing 
> of data which generated by other application with a header or footer and 
> directly use the file for table operations.
> cf. Same feature added in Hive 0.13 : 
> https://issues.apache.org/jira/browse/HIVE-5795



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to