This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git.
from 0a97a98 [HUDI-3398] Fix TableSchemaResolver for all file formats and
metadata table (#4782)
add 3b401d8 [HUDI-3200] deprecate hoodie.file.index.enable and unify to
use BaseFileOnlyViewRelation to handle (#4798)
No new revisions were added by this update.
Summary of changes:
.../hudi/common/table/TableSchemaResolver.java | 16 +++--
.../table/timeline/HoodieActiveTimeline.java | 21 +++++++
.../org/apache/hudi/BaseFileOnlyViewRelation.scala | 69 +++++++++++++---------
.../scala/org/apache/hudi/DataSourceOptions.scala | 1 +
.../main/scala/org/apache/hudi/DefaultSource.scala | 69 +++-------------------
.../org/apache/hudi/HoodieBootstrapRelation.scala | 6 +-
.../apache/hudi/MergeOnReadSnapshotRelation.scala | 6 +-
.../apache/hudi/functional/TestCOWDataSource.scala | 2 +-
8 files changed, 87 insertions(+), 103 deletions(-)