Skip to content

Commit 300e005

Browse files
committed
[Fix][Common] Problems with comma-separated logic in variable values during variable substitution.(#9151)
1 parent bf8ca4b commit 300e005

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: seatunnel-core/seatunnel-core-starter/src/test/java/org/apache/seatunnel/core/starter/utils/ParameterSplitterTest.java

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
import org.junit.jupiter.api.Test;
2323

24+
import java.util.List;
25+
2426
import static org.junit.jupiter.api.Assertions.assertEquals;
2527

2628
public class ParameterSplitterTest {

0 commit comments

Comments
 (0)