hnail commented on a change in pull request #8422:
URL: https://github.com/apache/pulsar/pull/8422#discussion_r547755022
##########
File path:
pulsar-sql/presto-pulsar/src/main/java/org/apache/pulsar/sql/presto/PulsarColumnMetadata.java
##########
@@ -114,12 +109,6 @@ public boolean equals(Object o) {
if (nameWithCase != null ? !nameWithCase.equals(that.nameWithCase) :
that.nameWithCase != null) {
return false;
}
- if (!Arrays.deepEquals(fieldNames, that.fieldNames)) {
- return false;
- }
- if (!Arrays.deepEquals(positionIndices, that.positionIndices)) {
- return false;
- }
Review comment:
thanks for the remind, fixed as suggestion.
----------------------------------------------------------------
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]