This is an automated email from the ASF dual-hosted git repository.
mengtao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git.
from 73a21092 [HUDI-3732] Fixing rollback validation (#5157)
add 7889c78 [HUDI-3729][SPARK] fixed the per regression by enable
vectorizeReader for parquet file (#5168)
No new revisions were added by this update.
Summary of changes:
.../org/apache/hudi/BaseFileOnlyRelation.scala | 5 +
.../scala/org/apache/hudi/HoodieBaseRelation.scala | 2 +-
.../hudi/MergeOnReadIncrementalRelation.scala | 5 +
.../apache/hudi/MergeOnReadSnapshotRelation.scala | 5 +
.../spark/hudi/benchmark/HoodieBenchmarkBase.scala | 9 ++
.../benchmark/CowTableReadBenchmark.scala | 136 +++++++++++++++++++++
6 files changed, 161 insertions(+), 1 deletion(-)
create mode 100644
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/execution/benchmark/CowTableReadBenchmark.scala