-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert build script changes #425
Conversation
@@ -27,7 +27,6 @@ if(VELOX_ENABLE_ARROW) | |||
set(ARROW_PREFIX "${CMAKE_CURRENT_BINARY_DIR}/arrow_ep") | |||
set(ARROW_CMAKE_ARGS | |||
-DARROW_PARQUET=ON | |||
-DARROW_FILESYSTEM=ON |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In file included from ../core/shuffle/LocalPartitionWriter.cc:18:
../core/shuffle/LocalPartitionWriter.h:20:10: fatal error: arrow/filesystem/localfs.h: No such file or directory
20 | #include <arrow/filesystem/localfs.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
@marin-ma Does ARROW_FILESYSTEM
not needed?
|
||
#pragma once | ||
|
||
+#include <cassert> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/root/oap-velox/_build/release/third_party/arrow_ep/install/include/arrow/c/helpers.h: In function ‘void ArrowSchemaMove(ArrowSchema*, ArrowSchema*)’:
/root/oap-velox/_build/release/third_party/arrow_ep/install/include/arrow/c/helpers.h:53:3: error: ‘assert’ was not declared in this scope
53 | assert(dest != src);
| ^~~~~~
@Yohahaha Please try to upgrade Gluten to at least this commit: apache/incubator-gluten@eb46721. These changes are applied from Gluten during compilation. |
No description provided.