Reidddddd commented on code in PR #120:
URL: https://github.com/apache/hbase-connectors/pull/120#discussion_r1290862428
##########
spark/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/JavaHBaseContext.scala:
##########
@@ -244,19 +246,22 @@ class JavaHBaseContext(@transient val jsc:
JavaSparkContext,
* JavaRDD
* @return New JavaRDD that is created by the Get to HBase
*/
- def bulkGet[T, U](tableName: TableName,
- batchSize: Integer,
- javaRdd: JavaRDD[T],
- makeGet: Function[T, Get],
- convertResult: Function[Result, U]): JavaRDD[U] = {
Review Comment:
in fact, i feel the old way is much clearer to read...
but spotless... (shrug)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]