File tree 1 file changed +1
-1
lines changed
java/dataset/src/test/java/org/apache/arrow/dataset
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 32
32
import org .apache .arrow .dataset .file .DatasetFileWriter ;
33
33
import org .apache .arrow .dataset .file .FileFormat ;
34
34
import org .apache .arrow .memory .BufferAllocator ;
35
- import org .apache .arrow .util .ArrowTestDataUtil ;
36
35
import org .apache .arrow .vector .BigIntVector ;
37
36
import org .apache .arrow .vector .BitVector ;
38
37
import org .apache .arrow .vector .DateMilliVector ;
76
75
import org .apache .arrow .vector .types .pojo .Field ;
77
76
import org .apache .arrow .vector .types .pojo .FieldType ;
78
77
import org .apache .arrow .vector .types .pojo .Schema ;
78
+ import org .apache .arrow .vector .util .ArrowTestDataUtil ;
79
79
import org .apache .arrow .vector .util .ByteArrayReadableSeekableByteChannel ;
80
80
import org .apache .arrow .vector .util .Text ;
81
81
import org .junit .ClassRule ;
You can’t perform that action at this time.
0 commit comments