This is an automated email from the ASF dual-hosted git repository.
jackie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git.
from 5208caa fix fieldConfig nullable fields failed validation (#7648)
add 02338c0 A quickstart to demo how RealtimeToOfflineConv and
MergeRollup minion tasks work with Realtime table (#7650)
No new revisions were added by this update.
Summary of changes:
.../org/apache/pinot/tools/BootstrapTableTool.java | 3 +-
...tart.java => RealtimeQuickStartWithMinion.java} | 116 +--
.../tools/admin/command/QuickStartCommand.java | 5 +
.../githubEvents_offline_table_config.json | 42 ++
.../githubEvents_realtime_table_config.json | 56 ++
.../stream}/githubEvents/githubEvents_schema.json | 24 +-
.../githubEvents/rawdata/2021-07-21-few-hours.json | 800 +++++++++++++++++++++
7 files changed, 977 insertions(+), 69 deletions(-)
copy pinot-tools/src/main/java/org/apache/pinot/tools/{RealtimeQuickStart.java
=> RealtimeQuickStartWithMinion.java} (51%)
create mode 100644
pinot-tools/src/main/resources/examples/minions/stream/githubEvents/githubEvents_offline_table_config.json
create mode 100644
pinot-tools/src/main/resources/examples/minions/stream/githubEvents/githubEvents_realtime_table_config.json
copy pinot-tools/src/main/resources/examples/{batch =>
minions/stream}/githubEvents/githubEvents_schema.json (59%)
create mode 100644
pinot-tools/src/main/resources/examples/minions/stream/githubEvents/rawdata/2021-07-21-few-hours.json
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]