You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by sa...@apache.org on 2023/02/06 14:33:43 UTC

[pinot] branch master updated: Fix Schema name in Quickstart (#10233)

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

saurabhd336 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new d3e0177c6f Fix Schema name in Quickstart (#10233)
d3e0177c6f is described below

commit d3e0177c6f5244c4ff4324aa10f123b82b000986
Author: Kartik Khare <kh...@gmail.com>
AuthorDate: Mon Feb 6 20:03:34 2023 +0530

    Fix Schema name in Quickstart (#10233)
    
    * Fix tests
    
    * Fix schema name in quickstart
    
    * Revert "Fix tests"
    
    This reverts commit 0927e56bb09e231efd48ccfc61df0eaa52dc804a.
    
    ---------
    
    Co-authored-by: Kartik Khare <kh...@Kartiks-MacBook-Pro.local>
---
 .../stream/upsertMeetupRsvp/upsertMeetupRsvp_realtime_table_config.json | 2 +-
 .../upsertPartialMeetupRsvp_realtime_table_config.json                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pinot-tools/src/main/resources/examples/stream/upsertMeetupRsvp/upsertMeetupRsvp_realtime_table_config.json b/pinot-tools/src/main/resources/examples/stream/upsertMeetupRsvp/upsertMeetupRsvp_realtime_table_config.json
index d29431c683..ecf92d5871 100644
--- a/pinot-tools/src/main/resources/examples/stream/upsertMeetupRsvp/upsertMeetupRsvp_realtime_table_config.json
+++ b/pinot-tools/src/main/resources/examples/stream/upsertMeetupRsvp/upsertMeetupRsvp_realtime_table_config.json
@@ -8,7 +8,7 @@
     "retentionTimeValue": "1",
     "segmentPushType": "APPEND",
     "segmentAssignmentStrategy": "BalanceNumSegmentAssignmentStrategy",
-    "schemaName": "meetupRsvp",
+    "schemaName": "upsertMeetupRsvp",
     "replicasPerPartition": "1",
     "replicaGroupStrategyConfig": {
       "partitionColumn": "event_id",
diff --git a/pinot-tools/src/main/resources/examples/stream/upsertPartialMeetupRsvp/upsertPartialMeetupRsvp_realtime_table_config.json b/pinot-tools/src/main/resources/examples/stream/upsertPartialMeetupRsvp/upsertPartialMeetupRsvp_realtime_table_config.json
index 2ebf3bb379..e712f5f13d 100644
--- a/pinot-tools/src/main/resources/examples/stream/upsertPartialMeetupRsvp/upsertPartialMeetupRsvp_realtime_table_config.json
+++ b/pinot-tools/src/main/resources/examples/stream/upsertPartialMeetupRsvp/upsertPartialMeetupRsvp_realtime_table_config.json
@@ -8,7 +8,7 @@
     "retentionTimeValue": "1",
     "segmentPushType": "APPEND",
     "segmentAssignmentStrategy": "BalanceNumSegmentAssignmentStrategy",
-    "schemaName": "meetupRsvp",
+    "schemaName": "upsertPartialMeetupRsvp",
     "replicasPerPartition": "1"
   },
   "tenants": {},


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org