Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1352#discussion_r141342069
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/CarbonSource.scala ---
@@ -179,14 +192,13 @@ class CarbonSource extends CreatableRelationProvider
with RelationProvider
}
}
- /**
- * Returns the path of the table
- *
- * @param sparkSession
- * @param dbName
- * @param tableName
- * @return
- */
+/**
+ * Returns the path of the table
+ * @param sparkSession
+ * @param dbName
+ * @param tableName
+ * @return
+ */
--- End diff --
please correct the indentation
---