Skip to content

Commit

Permalink
refactor: move partition kernel to test source set (#5783)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith authored Jul 17, 2024
1 parent fce7e73 commit 17330ba
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ public static void main(String[] args) throws IOException {
fixupObjectRuns(objectRunPath);

charToAllButBoolean(TASK,
"engine/table/src/main/java/io/deephaven/engine/table/impl/sort/partition/CharPartitionKernel.java");
"engine/table/src/test/java/io/deephaven/engine/table/impl/sort/partition/CharPartitionKernel.java");
final String objectPartitionPath = charToObject(TASK,
"engine/table/src/main/java/io/deephaven/engine/table/impl/sort/partition/CharPartitionKernel.java");
"engine/table/src/test/java/io/deephaven/engine/table/impl/sort/partition/CharPartitionKernel.java");
fixupObjectPartition(objectPartitionPath);

charToAllButBoolean(TASK,
Expand Down

0 comments on commit 17330ba

Please sign in to comment.