Mark Andreev
Mark Andreev
Utility classes, which are collections of static members, are not meant to be instantiated. Even abstract utility classes, which can be extended, should not have public constructors. Java adds an...
I suggest to stop all containers after application stop. I used `atexit` like `JVMHookResourceReaper` in `testcontainers-java`.
Jira ticket: https://issues.apache.org/jira/browse/SPARK-49044 ### What changes were proposed in this pull request? In this PR was an extended error message for checkType in ValidateExternalType with information about child nodes. ###...
### What changes were proposed in this pull request? Add benchmarks for all codepaths of initCap, namely, paths that call: - execBinaryICU - execBinary - execLowercase - execICU ### Why...
### Description During the discussion in [PR #43853](https://github.com/apache/airflow/pull/43853) with [@dstandish](https://github.com/dstandish), we noticed that there are two separate implementation flows for collecting logs from init_containers and containers that do similar things....