开发指南
本地构 建 Apache Fury
从 Github 代码库 拉取最新代码。
构建 Apache Fury Java
cd java
mvn clean compile -DskipTests
本地环境要求
- java 1.8+
- maven 3.6.3+
构建 Apache Fury Python
cd python
pip install pyarrow==14.0.0 Cython wheel numpy pytest
pip install -v -e .
本地环境要求
- python 3.6+
构建 Apache Fury C++
Build fury row format:
pip install pyarrow==14.0.0
bazel build //cpp/fury/row:fury_row_format
Build fury row format encoder:
pip install pyarrow==14.0.0
bazel build //cpp/fury/encoder:fury_encoder
本地环境要求
- compilers with C++17 support
- bazel 6.3.2
构建 Apache Fury GoLang
cd go/fury
# run test
go test -v
# run xlang test
go test -v fury_xlang_test.go