File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
wayang-api/wayang-api-python/src/test/java/org/apache/wayang/api/python Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 1717
1818package org .apache .wayang .api .python ;
1919
20- import java .util .List ;
20+ import static org .junit .jupiter .api .Assertions .assertTrue ;
21+
2122import java .nio .file .Paths ;
2223
2324import org .apache .wayang .api .python .executor .PythonProcessCaller ;
24- import org .apache .wayang .api .python .function .WrappedMapPartitionsDescriptor ;
25- import org .apache .wayang .api .python .function .WrappedPredicateDescriptor ;
26-
2725import org .apache .wayang .core .api .Configuration ;
28- import org .apache .wayang .core .types .BasicDataUnitType ;
2926
3027import org .junit .jupiter .api .Test ;
3128
32- import com .google .protobuf .ByteString ;
33-
34- import static org .junit .jupiter .api .Assertions .assertFalse ;
35- import static org .junit .jupiter .api .Assertions .assertTrue ;
36-
3729class PythonApiTests {
3830 @ Test
3931 void processCallerSocketTest () {
You can’t perform that action at this time.
0 commit comments