File tree 5 files changed +9
-2
lines changed 5 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ limitations under the License.
26
26
#include " gar/util/status.h"
27
27
#include " gar/util/util.h"
28
28
29
- #include " arrow/dataset/api.h"
30
29
#include " gar/util/reader_util.h"
31
30
32
31
// forward declarations
@@ -39,6 +38,9 @@ class FileSystem;
39
38
namespace io {
40
39
class RandomAccessFile ;
41
40
}
41
+ namespace dataset {
42
+ class FileFormat ;
43
+ }
42
44
} // namespace arrow
43
45
44
46
namespace GAR_NAMESPACE_INTERNAL {
Original file line number Diff line number Diff line change @@ -22,10 +22,11 @@ limitations under the License.
22
22
#include < vector>
23
23
24
24
#include " gar/graph_info.h"
25
- #include " gar/util/expression.h"
26
25
27
26
namespace GAR_NAMESPACE_INTERNAL {
28
27
28
+ class Expression ;
29
+
29
30
namespace util {
30
31
31
32
using Filter = std::shared_ptr<Expression>;
Original file line number Diff line number Diff line change @@ -16,10 +16,12 @@ limitations under the License.
16
16
#include " arrow/adapters/orc/adapter.h"
17
17
#include " arrow/api.h"
18
18
#include " arrow/csv/api.h"
19
+ #include " arrow/dataset/api.h"
19
20
#include " arrow/filesystem/api.h"
20
21
#include " arrow/ipc/writer.h"
21
22
#include " parquet/arrow/writer.h"
22
23
24
+ #include " gar/util/expression.h"
23
25
#include " gar/util/filesystem.h"
24
26
25
27
namespace GAR_NAMESPACE_INTERNAL {
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ limitations under the License.
21
21
#include " parquet/arrow/reader.h"
22
22
23
23
#include " gar/graph_info.h"
24
+ #include " gar/util/expression.h"
24
25
#include " gar/util/filesystem.h"
25
26
#include " gar/util/reader_util.h"
26
27
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ limitations under the License.
19
19
20
20
#include " ./util.h"
21
21
#include " gar/reader/arrow_chunk_reader.h"
22
+ #include " gar/util/expression.h"
22
23
23
24
#define CATCH_CONFIG_MAIN
24
25
#include < catch2/catch.hpp>
You can’t perform that action at this time.
0 commit comments