aokolnychyi commented on code in PR #5077:
URL: https://github.com/apache/iceberg/pull/5077#discussion_r904032841
##########
api/src/main/java/org/apache/iceberg/Scan.java:
##########
@@ -29,7 +29,7 @@
* Scan objects are immutable and can be shared between threads. Refinement
methods, like
* {@link #select(Collection)} and {@link #filter(Expression)}, create new
TableScan instances.
*/
-public interface Scan<T extends Scan<T>> {
+public interface Scan<ThisT, T extends ScanTask, S extends ScanTaskGroup<T>> {
Review Comment:
Forgot to rename here. Fixed, updated the doc.
--
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]