Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2990#discussion_r243250452
--- Diff:
integration/spark2/src/test/scala/org/apache/carbondata/datamap/bloom/BloomCoarseGrainDataMapSuite.scala
---
@@ -548,11 +548,16 @@ class BloomCoarseGrainDataMapSuite extends QueryTest
with BeforeAndAfterAll with
| USING 'bloomfilter'
| DMProperties( 'INDEX_COLUMNS'='city,id', 'BLOOM_SIZE'='640000')
""".stripMargin)
- val exception: MalformedCarbonCommandException =
intercept[MalformedCarbonCommandException] {
+ val exception1: MalformedCarbonCommandException =
intercept[MalformedCarbonCommandException] {
--- End diff --
use a proper name
---