Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2490#discussion_r202707191
--- Diff:
integration/spark2/src/test/scala/org/apache/carbondata/datamap/bloom/BloomCoarseGrainDataMapSuite.scala
---
@@ -377,6 +377,102 @@ class BloomCoarseGrainDataMapSuite extends QueryTest
with BeforeAndAfterAll with
checkQuery("fakeDm", shouldHit = false)
}
+ test("test create bloom datamap on newly added column") {
--- End diff --
Can this PR work for Lucene datamap? I think it should be a general fix for
all index datamap, right?
---