ajantha-bhat commented on a change in pull request #3430: [CARBONDATA-3565] Fix complex binary data broken issue when loading dataframe data
URL:
https://github.com/apache/carbondata/pull/3430#discussion_r405230190
##########
File path: integration/spark-common-cluster-test/src/test/scala/org/apache/carbondata/cluster/sdv/generated/datasource/SparkCarbonDataSourceTestCase.scala
##########
@@ -735,10 +731,8 @@ class SparkCarbonDataSourceTestCase extends FunSuite with BeforeAndAfterAll {
val frame = sqlContext.read.format("carbon").load(warehouse1 + "/test_folder")
assert(frame.count() == 30)
assert(frame.where("c1='a1'").count() == 3)
- val mapSize = DataMapStoreManager.getInstance().getAllDataMaps.size()
Review comment:
revert changes in this file
----------------------------------------------------------------
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:
[hidden email]
With regards,
Apache Git Services