Skip to content

Commit 34b0127

Browse files
author
Alexey Kudinkin
committed
Fixing compilation
1 parent 44b1f08 commit 34b0127

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • hudi-common/src/main/java/org/apache/hudi/common/util

hudi-common/src/main/java/org/apache/hudi/common/util/Either.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
import javax.annotation.Nonnull;
2222

23-
import static org.apache.hudi.TypeUtils.unsafeCast;
23+
import static org.apache.hudi.common.util.TypeUtils.unsafeCast;
2424

2525
/**
2626
* Utility that could hold exclusively only either of (hence the name):

0 commit comments

Comments
 (0)