This is an automated email from the ASF dual-hosted git repository.
sivabalan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git.
from 45f054f [HUDI-3263] Do not nullify members in
HoodieTableFileSystemView#resetViewState to avoid NPE (#4625)
add a09c231 [HUDI-2903] get table schema from the last commit with data
written (#4180)
No new revisions were added by this update.
Summary of changes:
.../hudi/common/table/TableSchemaResolver.java | 102 +++------
.../table/timeline/HoodieActiveTimeline.java | 25 +++
.../table/timeline/HoodieDefaultTimeline.java | 23 --
.../hudi/common/table/timeline/HoodieTimeline.java | 13 --
.../hudi/functional/TestHoodieActiveTimeline.scala | 233 +++++++++++++++++++++
5 files changed, 288 insertions(+), 108 deletions(-)
create mode 100644
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestHoodieActiveTimeline.scala