This is an automated email from the ASF dual-hosted git repository.

danny0405 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new c42430919e7f [MINOR] Fix typo in import (#13569)
c42430919e7f is described below

commit c42430919e7f4ac2242f5db339262d317ad4b363
Author: Geser Dugarov <[email protected]>
AuthorDate: Fri Jul 18 07:46:55 2025 +0700

    [MINOR] Fix typo in import (#13569)
---
 .../org/apache/hudi/common/engine/TestReaderContextTypeConverter.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hudi-common/src/test/java/org/apache/hudi/common/engine/TestReaderContextTypeConverter.java
 
b/hudi-common/src/test/java/org/apache/hudi/common/engine/TestReaderContextTypeConverter.java
index 70e45fb255b6..b582f4f21fda 100644
--- 
a/hudi-common/src/test/java/org/apache/hudi/common/engine/TestReaderContextTypeConverter.java
+++ 
b/hudi-common/src/test/java/org/apache/hudi/common/engine/TestReaderContextTypeConverter.java
@@ -23,9 +23,9 @@ import org.junit.jupiter.api.Test;
 
 import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.junit.jupiter.api.Assertions.assertFalse;
+import static org.junit.jupiter.api.Assertions.assertNull;
 import static org.junit.jupiter.api.Assertions.assertThrows;
 import static org.junit.jupiter.api.Assertions.assertTrue;
-import static org.junit.jupiter.api.AssertionsKt.assertNull;
 
 class TestReaderContextTypeConverter {
   private final ReaderContextTypeConverter typeHandler = new 
ReaderContextTypeConverter();

Reply via email to