kevinjmh commented on a change in pull request #3457: [HOTFIX] Ignore testcase 
for compatibility problem in spark 2.1
URL: https://github.com/apache/carbondata/pull/3457#discussion_r346245245
 
 

 ##########
 File path: 
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/createTable/TestCreateTableLike.scala
 ##########
 @@ -134,7 +134,9 @@ class TestCreateTableLike extends QueryTest with 
BeforeAndAfterEach with BeforeA
     assert(exception.getMessage.contains("already exists in database"))
   }
 
-  test("command with location") {
+  // ignore this test case since Spark 2.1 does not support specify location
+  // and also current implementation in carbon does not use this parameter. 
 
 Review comment:
   actually we ignore the location parameter in carbon now. This parameter will 
have no effect for  spark 2.2+ for current version. Keep it as a reminder.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to