[GitHub] xubo245 commented on a change in pull request #3075: [CARBONDATA-3251] Fix spark-2.1 UT errors

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] xubo245 commented on a change in pull request #3075: [CARBONDATA-3251] Fix spark-2.1 UT errors

GitBox
xubo245 commented on a change in pull request #3075: [CARBONDATA-3251] Fix spark-2.1 UT errors
URL: https://github.com/apache/carbondata/pull/3075#discussion_r248927335
 
 

 ##########
 File path: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/detailquery/ValueCompressionDataTypeTestCase.scala
 ##########
 @@ -22,14 +22,14 @@ import org.apache.carbondata.core.datastore.impl.FileFactory.FileType
 import org.apache.spark.sql.test.util.QueryTest
 
 class ValueCompressionDataTypeTestCase extends QueryTest with BeforeAndAfterAll {
-  val tempDirPath = s"$resourcesPath/temp"
+  val tempDirPath = s"$resourcesPath/tempdir"
 
   override def beforeAll {
     FileFactory.mkdirs(tempDirPath,FileType.LOCAL)
   }
 
   test("ActualDataType:double,ChangedDatatype:Short,CompressionType:NonDecimalMaxMin") {
-    val tempFilePath = s"$resourcesPath/temp/double2short.csv"
+    val tempFilePath = tempDirPath + "/double2short.csv"
 
 Review comment:
   done

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


With regards,
Apache Git Services