Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2565#discussion_r205656230
--- Diff:
integration/spark2/src/main/scala/org/apache/carbondata/datamap/IndexDataMapRebuildRDD.scala
---
@@ -357,13 +357,20 @@ class IndexDataMapRebuildRDD[K, V](
// skip clear datamap and we will do this adter rebuild
reader.setSkipClearDataMapAtClose(true)
+ // currently blockletId in rowWithPosition is wrong, we cannot use
it
--- End diff --
This is a bit confusing, can you rephrase it
---