J-HowHuang opened a new pull request, #16202: URL: https://github.com/apache/pinot/pull/16202
## Example ``` { "tables": [ "meetupRsvpJson_REALTIME", "meetupRsvp_REALTIME", "upsertMeetupRsvp_REALTIME", "githubEvents_REALTIME", "upsertPartialMeetupRsvp_REALTIME", "upsertJsonMeetupRsvp_REALTIME", "fineFoodReviews_REALTIME", "dailySales_REALTIME", "meetupRsvpComplexType_REALTIME", "airlineStats_REALTIME" ], "tablesWithProperties": [ { "tableNameWithType": "upsertJsonMeetupRsvp_REALTIME", "tableType": "REALTIME", "replication": 1, "totalSegments": 3, "estimatedTableSizeInBytes": 274722, "upsertEnabled": true, "dimTable": false, "dedupEnabled": false }, { "tableNameWithType": "airlineStats_REALTIME", "tableType": "REALTIME", "replication": 1, "totalSegments": 10, "estimatedTableSizeInBytes": -1, "upsertEnabled": false, "dimTable": false, "dedupEnabled": false }, { "tableNameWithType": "dailySales_REALTIME", "tableType": "REALTIME", "replication": 1, "totalSegments": 2, "estimatedTableSizeInBytes": 3879, "upsertEnabled": false, "dimTable": false, "dedupEnabled": false }, { "tableNameWithType": "upsertPartialMeetupRsvp_REALTIME", "tableType": "REALTIME", "replication": 1, "totalSegments": 3, "estimatedTableSizeInBytes": 61670, "upsertEnabled": true, "dimTable": false, "dedupEnabled": false }, { "tableNameWithType": "meetupRsvpJson_REALTIME", "tableType": "REALTIME", "replication": 1, "totalSegments": 17, "estimatedTableSizeInBytes": 339089, "upsertEnabled": false, "dimTable": false, "dedupEnabled": false }, { "tableNameWithType": "meetupRsvp_REALTIME", "tableType": "REALTIME", "replication": 1, "totalSegments": 18, "estimatedTableSizeInBytes": 212912, "upsertEnabled": false, "dimTable": false, "dedupEnabled": false }, { "tableNameWithType": "upsertMeetupRsvp_REALTIME", "tableType": "REALTIME", "replication": 1, "totalSegments": 3, "estimatedTableSizeInBytes": 63479, "upsertEnabled": true, "dimTable": false, "dedupEnabled": false }, { "tableNameWithType": "fineFoodReviews_REALTIME", "tableType": "REALTIME", "replication": 1, "totalSegments": 4, "estimatedTableSizeInBytes": 0, "upsertEnabled": false, "dimTable": false, "dedupEnabled": false }, { "tableNameWithType": "meetupRsvpComplexType_REALTIME", "tableType": "REALTIME", "replication": 1, "totalSegments": 17, "estimatedTableSizeInBytes": 148928, "upsertEnabled": false, "dimTable": false, "dedupEnabled": false }, { "tableNameWithType": "githubEvents_REALTIME", "tableType": "REALTIME", "replication": 1, "totalSegments": 11, "estimatedTableSizeInBytes": 62148, "upsertEnabled": false, "dimTable": false, "dedupEnabled": false } ] } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org