Skip to content

Commit a53ce95

Browse files
authored
Arrow type bindings (apache#173)
* type bindings * checkpoint commit * First mappings of types * map_from_arrow_type * update LogicalPlan crate location * add missing apache license to src/sql/exceptions.rs * cargo fmt * clippy warnings * format!() changes * Add ARM coverage for DataType::RunEndEncoded * Return DataFusionError instead of unimplemented!() * Add github access token and address review comments * small cargo fmt fix
1 parent f7e1c21 commit a53ce95

13 files changed

Lines changed: 654 additions & 19 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
uses: arduino/setup-protoc@v1
102102
with:
103103
version: '3.x'
104+
repo-token: ${{ secrets.GITHUB_TOKEN }}
104105
- name: Build wheels
105106
uses: PyO3/maturin-action@v1
106107
with:

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
uses: arduino/setup-protoc@v1
5858
with:
5959
version: '3.x'
60+
repo-token: ${{ secrets.GITHUB_TOKEN }}
6061

6162
- name: Setup Python
6263
uses: actions/setup-python@v4

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)