edgarRd commented on a change in pull request #1115:
URL: https://github.com/apache/iceberg/pull/1115#discussion_r441088935



##########
File path: core/src/main/java/org/apache/iceberg/BaseTableScan.java
##########
@@ -304,16 +286,18 @@ public String toString() {
    * @return the Schema to project
    */
   private Schema lazyColumnProjection() {
+    Collection<String> selectedColumns = context.selectedColumns();

Review comment:
       I wonder if it would be valuable to publish (add in repo) a naming style 
guide to standardize this and save time. What do you think?




----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to