the-other-tim-brown commented on code in PR #13223:
URL: https://github.com/apache/hudi/pull/13223#discussion_r2069204421
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/table/format/FlinkRowDataReaderContext.java:
##########
@@ -195,7 +195,9 @@ public ClosableIterator<RowData> mergeBootstrapReaders(
ClosableIterator<RowData> skeletonFileIterator,
Schema skeletonRequiredSchema,
ClosableIterator<RowData> dataFileIterator,
- Schema dataRequiredSchema) {
+ Schema dataRequiredSchema,
+ Option<String[]> partitionFields,
Review Comment:
Yes, I will need some help getting the tests setup for flink as well
--
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]