martin-g opened a new pull request, #1817:
URL: https://github.com/apache/datafusion-ballista/pull/1817
# Which issue does this PR close?
Closes #.
# Rationale for this change
Trying to solve this error:
```
ballista-standalone.Dockerfile:40
--------------------
39 | # populate some sample data for ListingSchemaProvider
40 | >>> RUN mkdir -p /data && \
41 | >>> wget -q
https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2022-01.parquet
-P /data/
42 | ENV DATAFUSION_CATALOG_LOCATION=/data
--------------------
ERROR: failed to build: failed to solve: process "/bin/sh -c mkdir -p /data
&& wget -q
https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2022-01.parquet
-P /data/" did not complete successfully: exit code: 8
```
https://github.com/apache/datafusion-ballista/pull/1816#issuecomment-4619391141
# What changes are included in this PR?
Copied
https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2022-01.parquet
to
https://nightlies.apache.org/datafusion/ballista/yellow_tripdata_2022-01.parquet
and updated ballista-standalone.Dockerfile to use it
# Are there any user-facing changes?
No
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]