weld-project / weld

High-performance runtime for data analytics applications

Home Page:https://www.weld.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example udfs run error

bakey opened this issue · comments

commented

When I try to build the example udfs and run it , I got error:
LLVM ERROR: Program used external function 'add_five' which could not be resolved!
I figure that should be lack the -rdynamic in the gcc flags.
I want to submit a PR to fix that.
But I found that still exist 2 unmerge PR. I want to know who is maintaining this project and what is the PR standard?