ihuzenko commented on a change in pull request #2117:
URL: https://github.com/apache/drill/pull/2117#discussion_r531635643
##########
File path:
exec/vector/src/main/java/org/apache/drill/exec/record/MaterializedField.java
##########
@@ -189,7 +189,7 @@ public MaterializedField getOtherNullableVersion() {
@Override
public int hashCode() {
- return Objects.hash(this.name, this.type, this.children);
+ return Objects.hash(this.name.toLowerCase(), this.type);
Review comment:
is it guaranteed that name is never null?
----------------------------------------------------------------
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:
[email protected]