Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MINOR][SQL][TESTS] Use
formatString.format(value)
instead of `valu…
…e.formatted(formatString)` ### What changes were proposed in this pull request? The pr aims to use `formatString.format(value)` instead of `value.formatted(formatString)` for eliminating Warning. ### Why are the changes needed? <img width="876" alt="image" src="https://github.com/user-attachments/assets/0e5798f4-ec53-41f7-aba9-8f8e51347f59"> ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #48262 from panbingkun/minor_formatted. Authored-by: panbingkun <[email protected]> Signed-off-by: yangjie01 <[email protected]>
- Loading branch information