kunal642 commented on a change in pull request #3177: [CARBONDATA-3337][CARBONDATA-3306] Distributed index server
URL:
https://github.com/apache/carbondata/pull/3177#discussion_r277714198
##########
File path: integration/spark2/src/test/scala/org/apache/carbondata/datamap/bloom/BloomCoarseGrainDataMapSuite.scala
##########
@@ -567,8 +567,9 @@ class BloomCoarseGrainDataMapSuite extends QueryTest with BeforeAndAfterAll with
| """.stripMargin)
checkAnswer(sql(s"select * from $bloomDMSampleTable"),
sql(s"select * from $normalTable"))
- checkAnswer(sql(s"select * from $bloomDMSampleTable where c1 = 'c1v12'"),
- sql(s"select * from $normalTable where c1 = 'c1v12'"))
+ sql(s"select * from $bloomDMSampleTable where c1 = 'c1v12'").show()
+// checkAnswer(sql(s"select * from $bloomDMSampleTable where c1 = 'c1v12'"),
Review comment:
done
----------------------------------------------------------------
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