File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
src/main/java/sleeper/compaction/gpu
compaction-job-execution/src/main/java/sleeper/compaction/job/execution Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<artifactId >compaction</artifactId >
22
22
<groupId >sleeper</groupId >
23
- <version >0.26 .0-SNAPSHOT</version >
23
+ <version >0.27 .0-SNAPSHOT</version >
24
24
</parent >
25
25
<properties >
26
26
<protobuf .version>3.25.1</protobuf .version>
Original file line number Diff line number Diff line change 15
15
*/
16
16
syntax = "proto3" ;
17
17
18
- package sleeper.compaction.core.job ;
18
+ package sleeper.compaction.gpu ;
19
19
20
20
message Null {}
21
21
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package sleeper .compaction .core . job ;
16
+ package sleeper .compaction .gpu ;
17
17
18
18
import com .google .protobuf .ByteString ;
19
19
import io .grpc .Channel ;
25
25
26
26
import sleeper .compaction .core .job .CompactionJob ;
27
27
import sleeper .compaction .core .job .CompactionRunner ;
28
- import sleeper .compaction .core . job .ProtoCompaction .CompactionParams ;
29
- import sleeper .compaction .core . job .ProtoCompaction .CompactionResult ;
30
- import sleeper .compaction .core . job .ProtoCompaction .OptBytes ;
31
- import sleeper .compaction .core . job .ProtoCompaction .ReturnCode ;
28
+ import sleeper .compaction .gpu .ProtoCompaction .CompactionParams ;
29
+ import sleeper .compaction .gpu .ProtoCompaction .CompactionResult ;
30
+ import sleeper .compaction .gpu .ProtoCompaction .OptBytes ;
31
+ import sleeper .compaction .gpu .ProtoCompaction .ReturnCode ;
32
32
import sleeper .core .partition .Partition ;
33
33
import sleeper .core .properties .instance .InstanceProperties ;
34
34
import sleeper .core .properties .table .TableProperties ;
Original file line number Diff line number Diff line change 21
21
22
22
import sleeper .compaction .core .job .CompactionJob ;
23
23
import sleeper .compaction .core .job .CompactionRunner ;
24
- import sleeper .compaction .core .job .GPUCompactionRunner ;
25
24
import sleeper .compaction .core .task .CompactionRunnerFactory ;
25
+ import sleeper .compaction .gpu .GPUCompactionRunner ;
26
26
import sleeper .compaction .rust .RustCompactionRunner ;
27
27
import sleeper .core .properties .instance .InstanceProperties ;
28
28
import sleeper .core .properties .table .TableProperties ;
You can’t perform that action at this time.
0 commit comments