This is an automated email from the ASF dual-hosted git repository.
garyli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git.
from 5804ad8 [HUDI-1483] Support async clustering for deltastreamer and
Spark streaming (#3142)
add ca440cc [HUDI-2107] Support Read Log Only MOR Table For Spark (#3193)
No new revisions were added by this update.
Summary of changes:
.../utils/HoodieRealtimeInputFormatUtils.java | 37 ++++-----
.../scala/org/apache/hudi/HoodieFileIndex.scala | 40 ++++++----
.../apache/hudi/MergeOnReadSnapshotRelation.scala | 57 +++++++-------
.../apache/hudi/testutils/DataSourceTestUtils.java | 29 +++++++
.../apache/hudi/functional/TestMORDataSource.scala | 33 ++++++--
.../spark/sql/hudi/TestMereIntoLogOnlyTable.scala | 91 ++++++++++++++++++++++
6 files changed, 215 insertions(+), 72 deletions(-)
create mode 100644
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestMereIntoLogOnlyTable.scala