xiarixiaoyao commented on a change in pull request #4910:
URL: https://github.com/apache/hudi/pull/4910#discussion_r825720570
##########
File path:
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/DefaultSource.scala
##########
@@ -177,6 +192,70 @@ class DefaultSource extends RelationProvider
override def shortName(): String = "hudi_v1"
+ private def getBaseFileOnlyView(useHoodieFileIndex: Boolean,
Review comment:
Yes, this is a issue I want to discuss with you,
BaseFileOnlyViewRelation cannot support vector read/ DPP, We ran over 1t of
tpcds, and the performance decreased significantly
I will use another PR to support BaseFileOnlyViewRelation.
--
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]