Skip to content

Commit

Permalink
[revert][sql][branch-3.0] Revert invalid cherry-pick merge conflict r…
Browse files Browse the repository at this point in the history
…esolution result

in commit 3675462, apache#23833 got resolved in a surprising way

(cherry picked from commit e6cd85c)
  • Loading branch information
lhotari authored and nikhil-ctds committed Jan 31, 2025
1 parent 3d728d3 commit eea9df4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
*/
package org.apache.pulsar.sql.presto.util;

import javax.annotation.Nullable;

/**
* Cache size allocator.
*/
Expand All @@ -30,7 +28,7 @@ public interface CacheSizeAllocator {
*
* @return available cache size
*/
@Nullable long[] getAckSet();
long getAvailableCacheSize();

/**
* Cost available cache.
Expand Down

0 comments on commit eea9df4

Please sign in to comment.