Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1603#discussion_r154527161
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/dataload/TestLoadDataWithHiveSyntaxDefaultFormat.scala
---
@@ -687,6 +688,48 @@ class TestLoadDataWithHiveSyntaxDefaultFormat extends
QueryTest with BeforeAndAf
checkAnswer(sql("select salary from double_test limit
1"),Row(7.756787654567891E23))
}
+ test("test table with specified table path") {
--- End diff --
these are new testcase
---