Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1388#discussion_r141581555
--- Diff: integration/presto/src/main/java/org/apache/carbondata/presto/impl/CarbonTableReader.java ---
@@ -224,15 +225,16 @@ public CarbonTable getTable(SchemaTableName schemaTableName) {
* is called, it clears this.tableList and populate the list by reading the files.
*/
private void updateSchemaTables() {
- // update logic determine later
+// update logic determine later
--- End diff --
incorrect indentation
---