ctubbsii commented on a change in pull request #2065:
URL: https://github.com/apache/accumulo/pull/2065#discussion_r624538274
##########
File path: core/src/test/java/org/apache/accumulo/core/util/NumUtilTest.java
##########
@@ -22,12 +22,15 @@
import static org.apache.accumulo.core.util.NumUtil.bigNumberForSize;
import static org.junit.Assert.assertEquals;
+import java.util.Locale;
+
import org.junit.Test;
public class NumUtilTest {
@Test
public void testBigNumberForSize() {
+ Locale.setDefault(Locale.US);
Review comment:
This change seems unrelated. Is it necessary? If it's an issue, it could
be a separate PR.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]