anukalp2804 commented on PR #17611: URL: https://github.com/apache/iotdb/pull/17611#issuecomment-4408252829
I updated the code by removing the added "break" statements and using "// fall through" comments for the intentional fall-through cases. These cases appear to be designed to continue execution into the subsequent cases, so adding "break" may be change the original behavior. The "// fall through" comments help clarify that the behavior is intentional and also resolve warnings. Please review and let me know if any changes are needed from my side. Thank you -- 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]
