CTTY commented on code in PR #5943:
URL: https://github.com/apache/hudi/pull/5943#discussion_r919510929
##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/BaseFileOnlyRelation.scala:
##########
@@ -91,7 +93,9 @@ class BaseFileOnlyRelation(sqlContext: SQLContext,
hadoopConf =
HoodieDataSourceHelper.getConfigurationWithInternalSchema(new
Configuration(conf), requiredSchema.internalSchema, metaClient.getBasePath,
validCommits)
)
- new HoodieFileScanRDD(sparkSession, baseFileReader, fileSplits)
+ // TODO: which schema to use here?
Review Comment:
Changes made according to https://issues.apache.org/jira/browse/SPARK-37273
--
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]