This is an automated email from the ASF dual-hosted git repository. saurabhd336 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from 4f5030530f Add request id to the V2 broker response (#10706) add cb0ffc0307 Fix githubEvents table for quickstart recipes (#10716) No new revisions were added by this update. Summary of changes: .../java/org/apache/pinot/tools/GitHubEventsQuickstart.java | 7 ++++--- .../src/main/java/org/apache/pinot/tools/QuickStartBase.java | 2 +- .../pinot/tools/admin/command/StreamGitHubEventsCommand.java | 2 +- .../streams/githubevents/PullRequestMergedEventsStream.java | 3 ++- .../githubEvents/githubEvents_offline_table_config.json | 2 -- .../githubEvents/githubEvents_realtime_table_config.json | 2 -- .../githubEvents/githubEvents_realtime_table_config.json | 11 ----------- .../stream/githubEvents/githubEvents_schema.json | 0 .../stream/githubEvents/rawdata/2021-07-21-few-hours.json | 0 .../docker/pullRequestMergedEvents_realtime_table_config.json | 0 ...pullRequestMergedEvents_kinesis_realtime_table_config.json | 0 .../pullRequestMergedEvents_realtime_table_config.json | 0 .../pullRequestMergedEvents_schema.json | 0 13 files changed, 8 insertions(+), 21 deletions(-) copy pinot-tools/src/main/resources/examples/{minions => }/stream/githubEvents/githubEvents_realtime_table_config.json (84%) copy pinot-tools/src/main/resources/examples/{minions => }/stream/githubEvents/githubEvents_schema.json (100%) copy pinot-tools/src/main/resources/examples/{minions => }/stream/githubEvents/rawdata/2021-07-21-few-hours.json (100%) rename pinot-tools/src/main/resources/examples/stream/{githubEvents => pullRequestMergedEvents}/docker/pullRequestMergedEvents_realtime_table_config.json (100%) rename pinot-tools/src/main/resources/examples/stream/{githubEvents => pullRequestMergedEvents}/pullRequestMergedEvents_kinesis_realtime_table_config.json (100%) rename pinot-tools/src/main/resources/examples/stream/{githubEvents => pullRequestMergedEvents}/pullRequestMergedEvents_realtime_table_config.json (100%) rename pinot-tools/src/main/resources/examples/stream/{githubEvents => pullRequestMergedEvents}/pullRequestMergedEvents_schema.json (100%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org