rdsr commented on a change in pull request #143: Applies the Baseline plugin
for iceberg-api only.
URL: https://github.com/apache/incubator-iceberg/pull/143#discussion_r268157052
##########
File path: api/src/main/java/org/apache/iceberg/expressions/BoundReference.java
##########
@@ -36,15 +36,15 @@
this.type = struct.fields().get(pos).type();
}
- private int find(int fieldId, Types.StructType struct) {
+ private int find(int id, Types.StructType struct) {
Review comment:
Is this something triggered by the plugin?
----------------------------------------------------------------
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]