Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1603#discussion_r154552813
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/dataload/TestLoadDataFrame.scala
---
@@ -222,6 +223,26 @@ test("test the boolean data type"){
)
}
+ test("test datasource table with specified table path") {
--- End diff --
This is new testcase for datasource table---
