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

[hudi] branch master updated (fa5e750 -> 9dc6df5)

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 fa5e750  [HUDI-3586] Add Trino Queries in integration tests (#4988)
     add 9dc6df5  [HUDI-3595] Fixing NULL schema provider for empty batch (#5002)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hudi/common/util/CommitUtils.java   |  5 ++-
 .../functional/TestHoodieDeltaStreamer.java        | 28 ++++++++++++-
 .../sources/TestParquetDFSSourceEmptyBatch.java    | 49 ++++++++++++++++++++++
 3 files changed, 80 insertions(+), 2 deletions(-)
 create mode 100644 hudi-utilities/src/test/java/org/apache/hudi/utilities/sources/TestParquetDFSSourceEmptyBatch.java