Github repo: https://github.com/apache/incubator-fury
cd java mvn clean compile -DskipTests
cd python pip install pyarrow==14.0.0 Cython wheel numpy pytest pip install -v -e .
Build fury_util.so:
bazel build //src/fury/util:fury_util
Build fury row format:
pip install pyarrow==14.0.0 bazel build //src/fury/row:fury_row_format
cd go/fury # run test go test -v # run xlang test go test -v fury_xlang_test.go
cd rust # build cargo build # run test cargo test
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh