KazydubB commented on a change in pull request #1948: DRILL-7506: Simplify code gen error handling URL: https://github.com/apache/drill/pull/1948#discussion_r366002749
########## File path: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/join/LateralJoinBatch.java ########## @@ -491,6 +482,7 @@ private IterOutcome processLeftBatch() { "received NOT_YET"); } break; + default: Review comment: nit: here and below: can you indicate `fall through` with a comment in `default` cases, please? ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services