aokolnychyi commented on code in PR #6304:
URL: https://github.com/apache/iceberg/pull/6304#discussion_r1034131101


##########
core/src/main/java/org/apache/iceberg/util/TableScanUtil.java:
##########
@@ -140,7 +142,7 @@ public static <T extends PartitionScanTask> 
List<ScanTaskGroup<T>> planTaskGroup
       long splitSize,
       int lookback,
       long openFileCost,
-      Types.StructType projectedPartitionType) {
+      Types.StructType groupingKeyType) {

Review Comment:
   Initially, we did not have much clarify on how we wanted to call it. 
Renaming for consistency with other places.



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

To unsubscribe, e-mail: [email protected]

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