AHeise commented on a change in pull request #17656:
URL: https://github.com/apache/flink/pull/17656#discussion_r746437252



##########
File path: 
flink-connectors/flink-connector-files/src/main/java/org/apache/flink/connector/file/src/impl/FileRecordFormatAdapter.java
##########
@@ -37,7 +37,12 @@
 import static org.apache.flink.util.Preconditions.checkArgument;
 import static org.apache.flink.util.Preconditions.checkNotNull;
 
-/** The FormatReaderAdapter turns a {@link FileRecordFormat} into a {@link 
BulkFormat}. */
+/**
+ * The FormatReaderAdapter turns a {@link FileRecordFormat} into a {@link 
BulkFormat}.
+ *
+ * @deprecated Please use {@link StreamFormatAdapter} instead.

Review comment:
       I'd go for internal classes as well so that we will not forget to remove 
them when we remove the public class. Ofc, the link to `StreamFormatAdapter` is 
debatable but I also don't see that it's hurting anyone.




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


Reply via email to