File tree Expand file tree Collapse file tree 3 files changed +6
-13
lines changed
Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -39,14 +39,12 @@ ARCH_ALIAS=x86_64
3939ARCH_SHORT = amd64
4040
4141# Default repository to pull and push images from
42- REPO = apache/arrow-dev
42+ REPO = ghcr.io/ apache/arrow-java -dev
4343
4444# The setup attempts to generate coredumps by default, in order to disable the
4545# coredump generation set it to 0
4646ULIMIT_CORE = -1
4747
48- # Default versions for platforms
49-
5048# Default versions for various dependencies
5149JDK = 11
5250MAVEN = 3.9.6
Original file line number Diff line number Diff line change @@ -61,10 +61,11 @@ jobs:
6161 uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
6262 with :
6363 path : .docker
64- key : maven-${{ hashFiles('java/** ') }}
65- restore-keys : maven-
64+ key : maven-${{ matrix.jdk }}-${{ matrix.maven }}-${{ hashFiles('**/docker-compose.yml ') }}
65+ restore-keys : maven-${{ matrix.jdk }}-${{ matrix.maven }}-
6666 - name : Execute Docker Build
6767 env :
68+ # Enables build caching, but not strictly required
6869 DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
6970 run : |
7071 docker compose run \
Original file line number Diff line number Diff line change 1515.. specific language governing permissions and limitations
1616.. under the License.
1717
18- Arrow Protocol Files
19- ====================
20-
21- This folder contains binary protocol definitions for the Arrow columnar format
22- and other parts of the project, like the Flight RPC framework.
23-
24- For documentation about the Arrow format, see the `docs/source/format `
25- directory.
18+ This is a copy of https://github.com/apache/arrow/tree/main/format at revision
19+ 2e6fe1a4ccfc4ffc63e5d0dc09f972ebbca12426.
You can’t perform that action at this time.
0 commit comments