swuferhong commented on code in PR #20084:
URL: https://github.com/apache/flink/pull/20084#discussion_r915845313
##########
flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/connectors/hive/read/HiveInputFormat.java:
##########
@@ -302,7 +302,8 @@ public TypeInformation<RowData> getProducedType() {
}
}
- private class HiveReader implements BulkFormat.Reader<RowData> {
+ /** HiveReader. */
+ public class HiveReader implements BulkFormat.Reader<RowData> {
Review Comment:
> useless change ?
Mistake!
--
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]