wsjz commented on code in PR #23485: URL: https://github.com/apache/doris/pull/23485#discussion_r1319500860
########## fe/fe-core/src/test/java/org/apache/doris/analysis/S3TvfLoadStmtTest.java: ########## @@ -37,18 +37,19 @@ import com.google.common.collect.Sets; import mockit.Expectations; import mockit.Injectable; +import org.apache.doris.utframe.TestWithFeService; import org.apache.hadoop.util.Lists; -import org.junit.Assert; -import org.junit.Before; -import org.junit.Test; +import org.junit.jupiter.api.Assertions; +import org.junit.jupiter.api.BeforeAll; +import org.junit.jupiter.api.Test; import java.io.StringReader; import java.util.Collections; import java.util.List; import java.util.Map; import java.util.Set; -public class S3TvfLoadStmtTest { +public class S3TvfLoadStmtTest extends TestWithFeService { Review Comment: if no connect context, will throw NPE. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org