Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
kecookier committed Dec 17, 2024
1 parent 60e7ca3 commit 5d90bce
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
package org.apache.gluten.memory.memtarget;

import org.apache.gluten.memory.MemoryUsageStatsBuilder;
import org.apache.gluten.proto.MemoryUsageStats;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down Expand Up @@ -98,4 +99,8 @@ public TreeMemoryTarget parent() {
public Spiller getNodeSpiller() {
return target.getNodeSpiller();
}

public TreeMemoryTarget target() {
return target;
}
}

0 comments on commit 5d90bce

Please sign in to comment.