kou opened a new pull request, #40444:
URL: https://github.com/apache/arrow/pull/40444
### Rationale for this change
python/examples/minimal_build/Dockerfile.fedora:20 DL3040 warning: `dnf
clean all` missing after dnf command.
python/examples/minimal_build/Dockerfile.fedora:20 DL3041 warning:
Specify version with `dnf install -y <package>-<version>`.
python/examples/minimal_build/Dockerfile.fedora:32 DL3042 warning: Avoid
use of cache directory with pip. Use `pip install --no-cache-dir <package>`
python/examples/minimal_build/Dockerfile.ubuntu:38 DL3042 warning: Avoid
use of cache directory with pip. Use `pip install --no-cache-dir <package>`
### What changes are included in this PR?
* Ignore "DL3041 warning: Specify version with `dnf install -y
<package>-<version>`." because we don't specify version.
* Suppress other warnings.
### Are these changes tested?
Yes.
### 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]