We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
linking libgar got error:
/usr/bin/ld: /workspaces/GraphScope/v6d/build/shared-lib/libgar.so: undefined reference to `arrow::acero::ExecPlan::finished()' /usr/bin/ld: /workspaces/GraphScope/v6d/build/shared-lib/libgar.so: undefined reference to `arrow::acero::ExecPlan::StopProducing()' /usr/bin/ld: /workspaces/GraphScope/v6d/build/shared-lib/libgar.so: undefined reference to `arrow::acero::MakeGeneratorReader(std::shared_ptr<arrow::Schema>, std::function<arrow::Future<std::optional<arrow::compute::ExecBatch> > ()>, arrow::MemoryPool*)' /usr/bin/ld: /workspaces/GraphScope/v6d/build/shared-lib/libgar.so: undefined reference to `arrow::acero::ExecPlan::StartProducing()' /usr/bin/ld: /workspaces/GraphScope/v6d/build/shared-lib/libgar.so: undefined reference to `arrow::acero::ExecPlan::Make(arrow::compute::ExecContext*, std::shared_ptr<arrow::KeyValueMetadata const>)' /usr/bin/ld: /workspaces/GraphScope/v6d/build/shared-lib/libgar.so: undefined reference to `arrow::acero::ExecPlan::Validate()' /usr/bin/ld: /workspaces/GraphScope/v6d/build/shared-lib/libgar.so: undefined reference to `arrow::acero::default_exec_factory_registry()' collect2: error: ld returned 1 exit status make[2]: *** [modules/graph/CMakeFiles/vineyard-graph-loader.dir/build.make:155: bin/vineyard-graph-loader] Error 1 make[1]: *** [CMakeFiles/Makefile2:1349: modules/graph/CMakeFiles/vineyard-graph-loader.dir/all] Error 2
got no error
install arrow 12.0.0 and building GraphAr cpp with test
No response
The text was updated successfully, but these errors were encountered:
acezen
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Current Behavior
linking libgar got error:
Expected Behavior
got no error
Minimal Reproducible Example
install arrow 12.0.0 and building GraphAr cpp with test
Environment
Link to GraphAr Logs
No response
Further Information
No response
The text was updated successfully, but these errors were encountered: