Skip to content

Commit

Permalink
Rename test package
Browse files Browse the repository at this point in the history
  • Loading branch information
patchwork01 committed Feb 18, 2025
1 parent 31bba7a commit 98e09fc
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package sleeper.core.statestore.transactionlog.transactions;
package sleeper.core.statestore.transactionlog.transaction;

import org.apache.commons.lang.StringUtils;
import org.approvaltests.Approvals;
Expand All @@ -30,11 +30,6 @@
import sleeper.core.statestore.FileReference;
import sleeper.core.statestore.FileReferenceFactory;
import sleeper.core.statestore.ReplaceFileReferencesRequest;
import sleeper.core.statestore.transactionlog.transaction.FileReferenceTransaction;
import sleeper.core.statestore.transactionlog.transaction.PartitionTransaction;
import sleeper.core.statestore.transactionlog.transaction.StateStoreTransaction;
import sleeper.core.statestore.transactionlog.transaction.TransactionSerDe;
import sleeper.core.statestore.transactionlog.transaction.TransactionType;
import sleeper.core.statestore.transactionlog.transaction.impl.AddFilesTransaction;
import sleeper.core.statestore.transactionlog.transaction.impl.AssignJobIdsTransaction;
import sleeper.core.statestore.transactionlog.transaction.impl.ClearFilesTransaction;
Expand Down

0 comments on commit 98e09fc

Please sign in to comment.