paul-rogers commented on a change in pull request #1944: DRILL-7503: Refactor
the project operator
URL: https://github.com/apache/drill/pull/1944#discussion_r364554593
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/record/TypedFieldId.java
##########
@@ -241,7 +241,7 @@ public TypedFieldId build() {
secondaryFinal = finalType;
}
- MajorType actualFinalType = finalType;
+ //MajorType actualFinalType = finalType;
Review comment:
Not sure. Not sure what the comments here are about, so I thought I'd leave
them. Just commenting out an unused variable.
----------------------------------------------------------------
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]
With regards,
Apache Git Services