Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ML][TEST] Use java 11 valid time format in DataDescriptionTests (#31817
) It seems that java 11 tightened some validations with regard to time formats. The random instance creator was setting an odd time format to the data description which is invalid when run with java 11. This commit changes it to a valid format.
- Loading branch information