Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions apache-arrow.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: apache-arrow
version: 15.0.2
epoch: 2
version: 16.0.0
epoch: 0
description: "multi-language toolbox for accelerated data interchange and in-memory processing"
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -51,12 +51,7 @@ pipeline:
with:
repository: https://github.com/apache/arrow
tag: apache-arrow-${{package.version}}
expected-commit: e03105efc38edca4ca429bf967a17b4d0fbebe40

- working-directory: /home/build/apache-arrow
uses: patch
with:
patches: /home/build/glog.patch
expected-commit: 6a28035c2b49b432dc63f5ee7524d76b4ed2d762

- working-directory: /home/build/apache-arrow/cpp
uses: cmake/configure
Expand Down
6 changes: 3 additions & 3 deletions pyarrow.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: pyarrow
version: 15.0.2
epoch: 3
version: 16.0.0
epoch: 0
description: "Apache Arrow Python bindings"
copyright:
- license: Apache-2.0
Expand All @@ -28,7 +28,7 @@ pipeline:
with:
repository: https://github.com/apache/arrow.git
tag: apache-arrow-${{package.version}}
expected-commit: e03105efc38edca4ca429bf967a17b4d0fbebe40
expected-commit: 6a28035c2b49b432dc63f5ee7524d76b4ed2d762

- name: Build python
working-directory: /home/build/apache-arrow/python
Expand Down