LadyForest commented on code in PR #307:
URL: https://github.com/apache/flink-table-store/pull/307#discussion_r990578269
##########
flink-table-store-format/src/main/java/org/apache/flink/table/store/format/parquet/ParquetInputFormatFactory.java:
##########
@@ -38,34 +40,35 @@ public static BulkFormat<RowData, FileSourceSplit> create(
RowType producedRowType,
TypeInformation<RowData> producedTypeInfo,
boolean isUtcTimestamp) {
- Class<?> formatClass = null;
+ Class<?> formatClass;
Review Comment:
> Need to rebase the master once
[FLINK-29506](https://issues.apache.org/jira/browse/FLINK-29506) is merged.
done
--
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]