deniskuzZ commented on code in PR #5409:
URL: https://github.com/apache/hive/pull/5409#discussion_r1736094286
##########
iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/mapreduce/IcebergSplit.java:
##########
@@ -45,12 +53,12 @@ public class IcebergSplit extends InputSplit implements
IcebergSplitContainer {
public IcebergSplit() {
}
- IcebergSplit(Configuration conf, CombinedScanTask task) {
+ IcebergSplit(Configuration conf, ScanTaskGroup<FileScanTask> task) {
this.task = task;
this.conf = conf;
}
- public CombinedScanTask task() {
+ public ScanTaskGroup<FileScanTask> task() {
Review Comment:
`taskGroup`?
--
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]