arina-ielchiieva commented on a change in pull request #1726: DRILL-7143: Support default value for empty columns URL: https://github.com/apache/drill/pull/1726#discussion_r272833382 ########## File path: exec/rpc/src/main/java/org/apache/drill/exec/rpc/RequestIdMap.java ########## @@ -74,7 +74,7 @@ public SetExceptionProcedure(RpcException exception) { public void apply(int key, RpcOutcome value) { try{ value.setException(exception); - }catch(Exception e){ + }catch(final Exception e){ Review comment: spaces: ` } catch(final Exception e) {` ---------------------------------------------------------------- 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: users@infra.apache.org With regards, Apache Git Services