reswqa commented on code in PR #24971:
URL: https://github.com/apache/flink/pull/24971#discussion_r1650279626
##########
flink-test-utils-parent/flink-table-filesystem-test-utils/src/main/java/org/apache/flink/connector/file/src/TestFileSource.java:
##########
@@ -156,7 +156,8 @@ public static <T> TestFileSource.TestFileSourceBuilder<T>
forBulkFileFormat(
* </ul>
*/
public static final class TestFileSourceBuilder<T>
- extends AbstractFileSourceBuilder<T, FileSourceSplit,
FileSource.FileSourceBuilder<T>> {
+ extends AbstractFileSourceBuilder<
+ T, FileSourceSplit,
TestFileSource.TestFileSourceBuilder<T>> {
Review Comment:
The `SELF` type here Is not correct. As a result, methods in
`AbstractFileSourceBuilder` that return `SELF` raise.
--
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]