Skip to content

Commit

Permalink
Compilation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
m09526 committed Dec 18, 2024
1 parent a869f6d commit 9a56d6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ private void runTask(
CompactionJobCommitterOrSendToLambda committer = new CompactionJobCommitterOrSendToLambda(
tablePropertiesProvider(), stateStoreProvider(),
jobTracker, commitRequestsOnQueue::add, timeSupplier);
CompactionRunnerFactory selector = (job, properties) -> compactor;
CompactionRunnerFactory selector = (job, instProperties ,properties) -> compactor;
new CompactionTask(instanceProperties, tablePropertiesProvider(), PropertiesReloader.neverReload(),
stateStoreProvider(), messageReceiver, fileAssignmentCheck,
committer, jobTracker, taskStore, selector, taskId, jobRunIdSupplier, timeSupplier, sleeps::add)
Expand Down
2 changes: 1 addition & 1 deletion java/compaction/compaction-gpu/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>compaction</artifactId>
<groupId>sleeper</groupId>
<version>0.27.0-SNAPSHOT</version>
<version>0.28.0-SNAPSHOT</version>
</parent>
<properties>
<protobuf.version>3.25.1</protobuf.version>
Expand Down

0 comments on commit 9a56d6e

Please sign in to comment.