kasakrisz commented on code in PR #5816: URL: https://github.com/apache/hive/pull/5816#discussion_r2102017417
########## ql/src/java/org/apache/hadoop/hive/ql/plan/PlanUtils.java: ########## @@ -257,25 +246,27 @@ public static TableDesc getTableDesc( columns); if (!separatorCode.equals(Integer.toString(Utilities.ctrlaCode))) { - properties.setProperty(serdeConstants.FIELD_DELIM, separatorCode); + properties.setProperty( + serdeConstants.FIELD_DELIM, separatorCode); Review Comment: nit. IMHO this is not necessary. The original code fits comfortably in one line and I usually transform back even longer lines. AFAIK the limit was 120 characters when we had checkstyle in the past. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org