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

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

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

    https://github.com/apache/tajo/pull/400#discussion_r26091955
  
    --- 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 --
    
    This code fills the NullDatum to values array of LazyTuple when user does 
not insert any data on this index. However, VTuple class does not initialize 
the values array on itself.


> 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