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

[incubator-hudi] branch master updated (5f13094 -> 23b303e)

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

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


    from 5f13094  [HUDI-253]: added validations for schema provider class (#995)
     add 23b303e  [HUDI-218] Adding Presto support to Integration Test (#1003)

No new revisions were added by this update.

Summary of changes:
 docker/demo/presto-batch1.commands                 |  4 ++
 .../demo/presto-batch2-after-compaction.commands   |  2 +
 docker/demo/presto-table-check.commands            |  1 +
 .../java/org/apache/hudi/integ/ITTestBase.java     | 24 +++++++++
 .../org/apache/hudi/integ/ITTestHoodieDemo.java    | 59 +++++++++++++++++++++-
 5 files changed, 88 insertions(+), 2 deletions(-)
 create mode 100644 docker/demo/presto-batch1.commands
 create mode 100644 docker/demo/presto-batch2-after-compaction.commands
 create mode 100644 docker/demo/presto-table-check.commands