sxt-partners / arrow-ballista

Apache Arrow Ballista Distributed Query Engine
https://arrow.apache.org/datafusion
Apache License 2.0
1 stars 2 forks source link

The Ballista Scheduler Dockerfile copies a file that no longer exists #16

Open iajoiner opened 1 year ago

iajoiner commented 1 year ago

Describe the bug https://github.com/spaceandtimelabs/arrow-ballista/blob/master/dev/docker/ballista-scheduler.Dockerfile#L31

The line above refers to a file that no longer exists in both our and upstream master branches.

To Reproduce Steps to reproduce the behavior:

Expected behavior A clear and concise description of what you expected to happen.

Additional context Add any other context about the problem here.

iajoiner commented 1 year ago

@avantgardnerio This one has a very simple fix which will be submitted in 5 min.

avantgardnerio commented 1 year ago

Thanks @iajoiner . I think we should get CI to run the docker build so things like this will fail CI in the future. I believe it should be possible, and would be happy to use my devops knowledge to make it happen.