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_r405229590
##########
File path: integration/spark-common-cluster-test/src/test/scala/org/apache/carbondata/cluster/sdv/generated/datasource/CreateTableUsingSparkCarbonFileFormatTestCase.scala
##########
@@ -254,10 +254,8 @@ class CreateTableUsingSparkCarbonFileFormatTestCase extends FunSuite with Before
private def clearDataMapCache(): Unit = {
if (!sqlContext.sparkContext.version.startsWith("2.1")) {
- val mapSize = DataMapStoreManager.getInstance().getAllDataMaps.size()
DataMapStoreManager.getInstance()
- .clearDataMaps(AbsoluteTableIdentifier.from(writerPath))
- assert(mapSize > DataMapStoreManager.getInstance().getAllDataMaps.size())
+ .clearIndex(AbsoluteTableIdentifier.from(writerPath))
Review comment:
These files are nothing to do this issue right ? please rebase and keep only your issue changes
----------------------------------------------------------------
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