jonvex commented on code in PR #13503: URL: https://github.com/apache/hudi/pull/13503#discussion_r2178436375
########## hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/spark/sql/hudi/streaming/HoodieStreamSourceV2.scala: ########## @@ -52,6 +55,10 @@ class HoodieStreamSourceV2(sqlContext: SQLContext, private lazy val tableType = metaClient.getTableType + private lazy val useNewParquetFileFormat = parameters.getOrElse(HoodieReaderConfig.FILE_GROUP_READER_ENABLED.key(), + HoodieReaderConfig.FILE_GROUP_READER_ENABLED.defaultValue().toString).toBoolean && + !metaClient.isMetadataTable Review Comment: Because datasource reader disables it for mdt -- 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]
