dongjoon-hyun commented on a change in pull request #885:
URL: https://github.com/apache/orc/pull/885#discussion_r703093957
##########
File path: java/core/src/java/org/apache/orc/impl/RedBlackTree.java
##########
@@ -147,8 +147,8 @@ private void setRight(int position, int right) {
* @param greatGrandparent Grandparent's parent
* @return Does parent also need to be checked and/or fixed?
*/
- private boolean add(int node, boolean fromLeft, int parent,
- int grandparent, int greatGrandparent) {
+ private boolean add(int node, boolean fromLeft, int parent, int
grandparent,
Review comment:
Gentle ping, @belugabehr .
--
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]