yihua commented on code in PR #5430: URL: https://github.com/apache/hudi/pull/5430#discussion_r928026222
########## hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/MergeOnReadSnapshotRelation.scala: ########## @@ -47,9 +50,27 @@ class MergeOnReadSnapshotRelation(sqlContext: SQLContext, override type FileSplit = HoodieMergeOnReadFileSplit - override lazy val mandatoryFields: Seq[String] = + /** + * NOTE: These are the fields that are required to properly fulfil Merge-on-Read (MOR) Review Comment: yeah, I mean typo. I don't see `fulfil` that often. -- 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]
