Skip to content

Commit 34549d0

Browse files
committed
fixing error during merge
1 parent 098e8c5 commit 34549d0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mllib/src/main/scala/org/apache/spark/mllib/tree/DecisionTree.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -394,9 +394,6 @@ object DecisionTree extends Serializable with Logging {
394394
// shift when more than one group is used at deep tree level
395395
val groupShift = numNodes * groupIndex
396396

397-
// shift when more than one group is used at deep tree level
398-
val groupShift = numNodes * groupIndex
399-
400397
/** Find the filters used before reaching the current code. */
401398
def findParentFilters(nodeIndex: Int): List[Filter] = {
402399
if (level == 0) {

0 commit comments

Comments
 (0)