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

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

Github user hyunsik commented on the pull request:

    https://github.com/apache/tajo/pull/840#issuecomment-153215704
  
    Could you share your thinking about the performance degradation point?
    
    If you are concerned with the added if-condition branch, it does not matter 
in my opinion. Basically, it is very trivial than other code parts. In 
addition, ``hasQuoteChar`` is a final field, so JIT compiler will easily 
eliminate the added code if ``hasQuoteChar`` is false.


> Add a feature to strip quotes from CSV file
> -------------------------------------------
>
>                 Key: TAJO-1955
>                 URL: https://issues.apache.org/jira/browse/TAJO-1955
>             Project: Tajo
>          Issue Type: New Feature
>          Components: Storage
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>
> In CSV file format, each field may or may not be enclosed in double quotes. 
> In many cases, users want to strip the quotes from values. It would be great 
> if we support this feature.



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

Reply via email to