Skip to content
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

Merged
merged 3 commits into from
Oct 26, 2023
Merged

Revert build script changes #425

merged 3 commits into from
Oct 26, 2023

Conversation

rui-mo
Copy link
Collaborator

@rui-mo rui-mo commented Oct 25, 2023

No description provided.

@rui-mo rui-mo merged commit 34187ee into oap-project:update Oct 26, 2023
4 of 5 checks passed
@@ -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

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>

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);
      |   ^~~~~~

@rui-mo
Copy link
Collaborator Author

rui-mo commented Oct 27, 2023

@Yohahaha Please try to upgrade Gluten to at least this commit: apache/incubator-gluten@eb46721. These changes are applied from Gluten during compilation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants