File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 1515// specific language governing permissions and limitations
1616// under the License.
1717
18- #include < cstdint>
1918#include < cstdio>
2019#include < cstdlib>
2120#include < cstring>
2221#include < fstream>
2322#include < iostream>
2423#include < memory>
2524#include < string>
26- #include < vector>
2725
2826#include " gflags/gflags.h"
2927#include " gtest/gtest.h"
3028
31- #include " arrow/array.h"
3229#include " arrow/io/file.h"
3330#include " arrow/ipc/file.h"
3431#include " arrow/ipc/json.h"
32+ #include " arrow/schema.h"
3533#include " arrow/table.h"
36- #include " arrow/test-util.h"
37- #include " arrow/type.h"
38- #include " arrow/type_traits.h"
39- #include " arrow/types/primitive.h"
40- #include " arrow/types/string.h"
41- #include " arrow/types/struct.h"
42- #include " arrow/util/memory-pool.h"
4334#include " arrow/util/status.h"
4435
4536DEFINE_string (arrow, " " , " Arrow file name" );
You can’t perform that action at this time.
0 commit comments