This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from a564b7f36d Bump com.google.cloud:libraries-bom from 26.40.0 to 26.41.0 (#13385) add 030f1b00e2 Add clickstream example table for funnel analysis (#13379) No new revisions were added by this update. Summary of changes: .../org/apache/pinot/tools/QuickStartBase.java | 1 + .../clickstreamFunnel_offline_table_config.json | 46 ++++++++++++++++++++++ .../clickstreamFunnel_schema.json | 25 ++++++++++++ .../ingestionJobSpec.yaml | 11 +++--- .../rawdata/clickstreamFunnel_data.csv | 17 ++++++++ 5 files changed, 95 insertions(+), 5 deletions(-) create mode 100644 pinot-tools/src/main/resources/examples/batch/clickstreamFunnel/clickstreamFunnel_offline_table_config.json create mode 100644 pinot-tools/src/main/resources/examples/batch/clickstreamFunnel/clickstreamFunnel_schema.json copy pinot-tools/src/main/resources/examples/batch/{starbucksStores => clickstreamFunnel}/ingestionJobSpec.yaml (95%) create mode 100644 pinot-tools/src/main/resources/examples/batch/clickstreamFunnel/rawdata/clickstreamFunnel_data.csv --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org