[
https://issues.apache.org/jira/browse/TAJO-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14481192#comment-14481192
]
ASF GitHub Bot commented on TAJO-1494:
--------------------------------------
Github user blrunner commented on a diff in the pull request:
https://github.com/apache/tajo/pull/489#discussion_r27795739
--- 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 --
Oh! I see. :)
> 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, TAJO-1494_3.patch
>
>
> CSVFile will be deprecated. So DelimitedTextFileScanner should support
> SeekableScanner interface for BSTIndex
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)