Reidddddd commented on code in PR #106: URL: https://github.com/apache/hbase-connectors/pull/106#discussion_r1281559293
########## spark/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/datasources/HBaseTableScanRDD.scala: ########## @@ -110,16 +110,20 @@ class HBaseTableScanRDD(relation: HBaseRelation, hbaseContext: HBaseContext): Iterator[Result] = { g.grouped(relation.bulkGetSize).flatMap{ x => val gets = new ArrayList[Get](x.size) + val pointsSet = new mutable.HashSet[String]() Review Comment: the parameter name sounds confused.. could it be `rowkeySet`? -- 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. To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org