You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2020/02/28 11:27:49 UTC

[GitHub] [carbondata] Indhumathi27 commented on a change in pull request #3629: [CARBONDATA-3716] Fixed spark 2.4 UT failures

Indhumathi27 commented on a change in pull request #3629: [CARBONDATA-3716] Fixed spark 2.4 UT failures 
URL: https://github.com/apache/carbondata/pull/3629#discussion_r385645406
 
 

 ##########
 File path: integration/spark/src/test/scala/org/apache/carbondata/integration/spark/testsuite/binary/TestBinaryDataType.scala
 ##########
 @@ -17,15 +17,17 @@
 package org.apache.carbondata.integration.spark.testsuite.binary
 
 import java.util.Arrays
+
 import org.apache.carbondata.common.exceptions.sql.MalformedCarbonCommandException
 import org.apache.carbondata.core.constants.CarbonCommonConstants
 import org.apache.carbondata.core.metadata.CarbonMetadata
 import org.apache.carbondata.core.metadata.schema.table.CarbonTable
 import org.apache.carbondata.core.util.CarbonProperties
 import org.apache.commons.codec.binary.{Base64, Hex}
-import org.apache.spark.SparkException
+import org.apache.spark.{SPARK_VERSION, SparkException}
 
 Review comment:
   Revert if unused

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services