You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the errorprone warning fixes, a decision was made to minimize the static imports. And a few more classes which does the UTF8 import in static mode was found in FlightSqlExample, JsonFileReaderArrowFlightJdbcVarCharVectorAccessor.
It would be good to fix these.
Component(s)
Java
The text was updated successfully, but these errors were encountered:
### What changes are included in this PR?
Removing static imports of UTF_8. This has been identified as a minor enhancement as documented here: #39752 and discussed in a review [here](#39529 (comment)).
### Are these changes tested?
Tested by existing test cases.
### Are there any user-facing changes?
No
* GitHub Issue: #39752
Authored-by: Vibhatha Abeykoon <vibhatha@gmail.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
Describe the enhancement requested
With the errorprone warning fixes, a decision was made to minimize the static imports. And a few more classes which does the UTF8 import in static mode was found in
FlightSqlExample
,JsonFileReader
ArrowFlightJdbcVarCharVectorAccessor
.It would be good to fix these.
Component(s)
Java
The text was updated successfully, but these errors were encountered: