Github user xuchuanyin commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2290#discussion_r187768741
--- Diff: store/search/src/main/scala/org/apache/spark/rpc/Master.scala ---
@@ -234,7 +232,7 @@ class Master(sparkConf: SparkConf) {
// if we have enough data already, we do not need to collect more
result
if (rowCount < globalLimit) {
// wait for worker for 10s
--- End diff --
please modify the comments as well---
