paul-rogers commented on a change in pull request #1948: DRILL-7506: Simplify
code gen error handling
URL: https://github.com/apache/drill/pull/1948#discussion_r366610589
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/physical/base/PhysicalOperatorUtil.java
##########
@@ -46,10 +46,13 @@ private PhysicalOperatorUtil() {}
}
/**
- * Helper method to create a list of MinorFragmentEndpoint instances from a
given endpoint assignment list.
+ * Helper method to create a list of MinorFragmentEndpoint instances from a
+ * given endpoint assignment list.
*
- * @param endpoints Assigned endpoint list. Index of each endpoint in list
indicates the MinorFragmentId of the
- * fragment that is assigned to the endpoint.
+ * @param endpoints
Review comment:
Sorry, the formatting is how Eclipse does it. Maybe we can add this to our
list of standard format rules and I can create a rule in Eclipse to format
comments to our standard.
----------------------------------------------------------------
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