vibhatha commented on code in PR #39529: URL: https://github.com/apache/arrow/pull/39529#discussion_r1456764850
########## java/algorithm/src/test/java/org/apache/arrow/algorithm/dictionary/TestHashTableDictionaryEncoder.java: ########## @@ -17,12 +17,12 @@ package org.apache.arrow.algorithm.dictionary; +import static java.nio.charset.StandardCharsets.UTF_8; Review Comment: @lidavidm I found out other places (not made by this PR but by other PRs which are not marked as warnings) where static import is used, but I decided to work on it in a follow up PR. Hope that's okay? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
