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

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

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

    https://github.com/apache/tajo/pull/489#discussion_r27728204
  
    --- Diff: 
tajo-storage/tajo-storage-common/src/main/java/org/apache/tajo/storage/BufferPool.java
 ---
    @@ -44,7 +44,7 @@ public static long maxDirectMemory() {
       }
     
     
    -  public synchronized static ByteBuf directBuffer(int size) {
    +  public static ByteBuf directBuffer(int size) {
    --- End diff --
    
    Because bufferPool does not have a critical section.


> Add SeekableScanner support to DelimitedTextFileScanner
> -------------------------------------------------------
>
>                 Key: TAJO-1494
>                 URL: https://issues.apache.org/jira/browse/TAJO-1494
>             Project: Tajo
>          Issue Type: New Feature
>          Components: storage
>            Reporter: Jinho Kim
>            Assignee: Jinho Kim
>         Attachments: TAJO-1494.patch, TAJO-1494_2.patch
>
>
> CSVFile will be deprecated. So DelimitedTextFileScanner should support 
> SeekableScanner interface for BSTIndex



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

Reply via email to