Github user Ethanlm commented on a diff in the pull request: https://github.com/apache/storm/pull/2687#discussion_r190059863 --- Diff: storm-client/src/genthrift.sh --- @@ -17,7 +17,7 @@ rm -rf gen-javabean gen-py py rm -rf jvm/org/apache/storm/generated -thrift --gen java:beans,hashcode,nocamel,generated_annotations=undated --gen py:utf8strings storm.thrift --- End diff -- Could you explain the reason to remove `hashcode` and the impact of it? I am not familiar with it. Thanks
---