gokceni commented on a change in pull request #705: PHOENIX-5723
PhoenixIndexImportDirectReducer cleanup method updates i…
URL: https://github.com/apache/phoenix/pull/705#discussion_r378528372
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/PhoenixIndexImportDirectReducer.java
##########
@@ -100,55 +100,20 @@ private void updateCounters(IndexTool.IndexVerifyType
verifyType,
@Override
protected void reduce(ImmutableBytesWritable arg0, Iterable<IntWritable>
arg1,
- Reducer<ImmutableBytesWritable, IntWritable,
NullWritable, NullWritable>.Context context)
- throws IOException, InterruptedException
-
- {
+ Reducer<ImmutableBytesWritable, IntWritable, NullWritable,
NullWritable>.Context context)
+ throws IOException, InterruptedException {
Review comment:
nit: spacing
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services