-
Notifications
You must be signed in to change notification settings - Fork 344
Closed as not planned
Labels
Milestone
Description
Is your feature request related to a problem or challenge?
Currently in the integrations, we create docker images on the fly, see
| build: spark/ |
| image: iceberg-hive-metastore |
While this is easy to maintain, there are drawbacks about this approach:
- It slows down tests
- It increases device space usage on github action runner, which make tests unstable.
Describe the solution you'd like
We should consider maintaining the docker images used in integration tests to speed up integration tests.
Willingness to contribute
I can contribute to this feature at this time