Github user chenliang613 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1477#discussion_r149938802
--- Diff:
integration/presto/src/main/java/org/apache/carbondata/presto/CarbondataPageSource.java
---
@@ -78,10 +78,6 @@ private CarbondataPageSource(List<Type> types,
RecordCursor cursor) {
this.readers = createStreamReaders();
}
- @Override public long getTotalBytes() {
--- End diff --
upgrade presto version , why need to remove this method ?---
