RussellSpitzer commented on pull request #2501:
URL: https://github.com/apache/iceberg/pull/2501#issuecomment-830264629
@yyanyy The Chunk info was going to a conatiner class used for indentifying
a chunk within the baseaction class, I just choose to define it here as well so
that we can include it in the result set rather than making two different
container classes.
So an implementation will have something like
```
Create Groups
Sort Groups
Tasks.run(groups)
{
Create Info Class
Log details based on info
Perform Rewrite
Add Info,Result to resultMap
}
```
At least this is my thought processes
--
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]