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 02:25:45 UTC

[hudi] branch master updated (4e09545 -> fa5e750)

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 4e09545  [HUDI-3602][DOCS] Update docker README to build multi-arch images using buildx (#5011)
     add fa5e750  [HUDI-3586] Add Trino Queries in integration tests (#4988)

No new revisions were added by this update.

Summary of changes:
 .../demo/trino-batch1.commands                     | 15 ++---
 .../demo/trino-batch2-after-compaction.commands    |  8 +--
 .../demo/trino-table-check.commands                |  7 +--
 .../java/org/apache/hudi/integ/ITTestBase.java     | 22 +++++++
 .../org/apache/hudi/integ/ITTestHoodieDemo.java    | 68 ++++++++++++++++++++--
 5 files changed, 92 insertions(+), 28 deletions(-)
 copy hudi-client/hudi-client-common/src/test/java/org/apache/hudi/testutils/providers/HoodieWriteClientProvider.java => docker/demo/trino-batch1.commands (70%)
 copy hudi-common/src/test/java/org/apache/hudi/common/testutils/CheckedFunction.java => docker/demo/trino-batch2-after-compaction.commands (82%)
 copy hudi-common/src/test/java/org/apache/hudi/common/testutils/CheckedFunction.java => docker/demo/trino-table-check.commands (85%)