dongjoon-hyun commented on code in PR #747:
URL: https://github.com/apache/orc/pull/747#discussion_r998722089
##########
java/core/src/java/org/apache/orc/TypeDescription.java:
##########
@@ -380,13 +380,14 @@ public TypeDescription clone() {
@Override
public int hashCode() {
- long result = category.ordinal() * 4241 + maxLength + precision * 13 +
scale;
- if (children != null) {
Review Comment:
ORC-1291 is reported due to the removal of this.
--
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]