anukalp2804 commented on code in PR #17611:
URL: https://github.com/apache/iotdb/pull/17611#discussion_r3198725446


##########
iotdb-core/calc-commons/src/main/java/org/apache/iotdb/calc/transformation/dag/column/unary/scalar/util/SpookyHashV2Utils.java:
##########


Review Comment:
   should I remove the added "break" statements and use "// fall through" 
comments or leave as it is for those cases? The issue is being reported like:
   
   case 15: 
   End this switch case with an unconditional break, return or throw statement.
   
   h3 += (data[current + 14] & 0xFFL) << 48;



-- 
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]

Reply via email to