You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by yi...@apache.org on 2022/02/15 00:03:21 UTC

[hudi] branch master updated (e639d99 -> 0a97a98)

This is an automated email from the ASF dual-hosted git repository.

yihua pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git.


    from e639d99  [HUDI-1657] Fix the build on aarch64, Fedora 33 (#4617)
     add 0a97a98  [HUDI-3398] Fix TableSchemaResolver for all file formats and metadata table (#4782)

No new revisions were added by this update.

Summary of changes:
 .../hudi/common/table/TableSchemaResolver.java     |  67 ++++--
 .../java/org/apache/hudi/common/util/OrcUtils.java |  12 +-
 .../hudi/TestTableSchemaResolverWithSparkSQL.scala | 236 +++++++++++++++++++++
 3 files changed, 299 insertions(+), 16 deletions(-)
 create mode 100644 hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/TestTableSchemaResolverWithSparkSQL.scala