Github user chenliang613 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2178#discussion_r200981549
--- Diff:
integration/presto/src/main/java/org/apache/carbondata/presto/impl/CarbonTableReader.java
---
@@ -325,14 +326,23 @@ private CarbonTable loadTableMetadata(SchemaTableName
schemaTableName) {
* @param table name of the given table.
* @return the CarbonTable instance which contains all the needed
metadata for a table.
--- End diff --
please update the comment info also. now is not returning CarbonTable
instance.
---