hudi-bot opened a new issue, #16301:
URL: https://github.com/apache/hudi/issues/16301
{code:java}
val preMergeBaseFileReader = if (isMOR) {
readerFormat.buildReaderWithPartitionValues(sparkSession, dataSchema,
StructType(Seq.empty),
requiredSchemaWithMandatory, requiredFilters, options, new
Configuration(hadoopConf))
} else {
_: PartitionedFile => Iterator.empty
} {code}
requiredFilters can only have recorkey filters
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-7066
- Type: Bug
- Epic: https://issues.apache.org/jira/browse/HUDI-6568
--
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]