Skip to content

Commit 432056f

Browse files
committed
Review feedback
1 parent deb9400 commit 432056f

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

.env

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,12 @@ ARCH_ALIAS=x86_64
3939
ARCH_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
4646
ULIMIT_CORE=-1
4747

48-
# Default versions for platforms
49-
5048
# Default versions for various dependencies
5149
JDK=11
5250
MAVEN=3.9.6
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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 \

arrow-format/README.rst

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,5 @@
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.

0 commit comments

Comments
 (0)