The GitHub Actions job "CI" on 
shardingsphere.git/fix-auto-interval-sharding-locale has succeeded.
Run started by GitHub user makssent (triggered by makssent).

Head commit for run:
ca0815621c5b804c22ee42d7730329ed4cf1e0ca / makssent <[email protected]>
Fix locale-sensitive number formatting in AutoIntervalShardingAlgorithm

DecimalFormat without an explicit locale uses the JVM default locale,
so on locales that use a comma as the decimal separator (e.g. ru_RU)
it produces values like "11,00" which then fail Double.parseDouble with
NumberFormatException. Use Locale.ROOT symbols to keep formatting and
parsing locale-independent.

Report URL: https://github.com/apache/shardingsphere/actions/runs/26949133554

With regards,
GitHub Actions via GitBox

Reply via email to