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