Skip to content

Commit 3e46596

Browse files
authored
infra: group spark files into dev/spark/ (#2563)
<!-- Thanks for opening a pull request! --> <!-- In the case this PR will resolve an issue, please replace ${GITHUB_ISSUE_ID} below with the actual Github issue id. --> <!-- Closes #${GITHUB_ISSUE_ID} --> Follow up to #2540 Related to #1527 # Rationale for this change Put all the files related to spark inside `dev/spark/` ## Are these changes tested? ## Are there any user-facing changes? <!-- In the case of user-facing changes, please add the changelog label. -->
1 parent 7e5cd32 commit 3e46596

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

dev/docker-compose-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
services:
1919
spark-iceberg:
2020
container_name: pyiceberg-spark
21-
build: .
21+
build: spark/
2222
networks:
2323
iceberg_net:
2424
depends_on:
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)