abstractdog commented on code in PR #5613: URL: https://github.com/apache/hive/pull/5613#discussion_r1938436319
########## ql/src/java/org/apache/hadoop/hive/ql/QueryPlan.java: ########## @@ -20,6 +20,7 @@ import java.io.IOException; import java.io.Serializable; +import java.nio.charset.StandardCharsets; Review Comment: realized this was refactored by the IDE, now it's correct alphabetical ordering point of view, can I leave it like this? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
