LadyForest commented on code in PR #177:
URL: https://github.com/apache/flink-table-store/pull/177#discussion_r907977310


##########
flink-table-store-core/src/main/java/org/apache/flink/table/store/file/operation/FileStoreRead.java:
##########
@@ -33,6 +31,5 @@
 public interface FileStoreRead<T> {
 
     /** Create a {@link RecordReader} from partition and bucket and files. */

Review Comment:
   Nit: modify the comment since the input argument has changed.
   ```suggestion
       /** Create a {@link RecordReader} from split. */
   ```



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