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/09/23 19:58:37 UTC

[hudi] branch master updated (c133fd9145 -> 4276494c46)

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 c133fd9145 [HUDI-4906] Fix the local tests for hudi-flink (#6763)
     add 4276494c46 [HUDI-4899] Fixing compatibility w/ Spark 3.2.2 (#6755)

No new revisions were added by this update.

Summary of changes:
 .../scala/org/apache/hudi/HoodieSparkUtils.scala    |  1 +
 .../spark/sql/HoodieSpark3CatalystPlanUtils.scala   | 12 +++++++++---
 .../spark/sql/HoodieSpark31CatalystPlanUtils.scala  |  5 ++++-
 .../datasources/Spark31NestedSchemaPruning.scala    | 13 +++++++------
 .../spark/sql/HoodieSpark32CatalystPlanUtils.scala  | 21 ++++++++++++++++++++-
 .../datasources/Spark32NestedSchemaPruning.scala    | 13 +++++++------
 .../spark/sql/HoodieSpark33CatalystPlanUtils.scala  |  6 +++++-
 .../datasources/Spark33NestedSchemaPruning.scala    |  7 +++++--
 pom.xml                                             |  2 +-
 9 files changed, 59 insertions(+), 21 deletions(-)