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

ASF GitHub Bot commented on TAJO-1374:
--------------------------------------

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

    https://github.com/apache/tajo/pull/400#discussion_r26098848
  
    --- Diff: 
tajo-storage/tajo-storage-common/src/main/java/org/apache/tajo/storage/LazyTuple.java
 ---
    @@ -134,7 +134,7 @@ else if (textBytes.length <= fieldId) {
           }
           textBytes[fieldId] = null;
         } else {
    -      //non-projection
    +      values[fieldId] = NullDatum.get(); //non-projection
    --- End diff --
    
    reverted this part. I've hardly noticed tajo expects null for not-picked 
and byte[0] for not-existing picked.


> Support multi-bytes delimiter for CSV file
> ------------------------------------------
>
>                 Key: TAJO-1374
>                 URL: https://issues.apache.org/jira/browse/TAJO-1374
>             Project: Tajo
>          Issue Type: Improvement
>          Components: storage
>            Reporter: Navis
>            Assignee: Navis
>            Priority: Minor
>
> Supports multi-character / non-ascii delimiter for CSV file.



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

Reply via email to