deemoliu commented on issue #11549:
URL: https://github.com/apache/pinot/issues/11549#issuecomment-1711961851

   Context
   
   We have created a hybrid table succesfully with different schema in realtime 
and offline part.
   
   ```
   {
   "OFFLINE": {
   "tableName": "rta_fulfillment_events_earner_supply_hours_test_OFFLINE",
   "tableType": "OFFLINE",
   "segmentsConfig": {
   "schemaName": "**rta_fulfillment_events_earner_supply_hours_test1**",
   ...
   "REALTIME": {
   "tableName": "rta_fulfillment_events_earner_supply_hours_test_REALTIME",
   "tableType": "REALTIME",
   "segmentsConfig": {
   "schemaName": "**rta_fulfillment_events_earner_supply_hours_test**",
   ...
   }
   ```
   
   However we also find code, which infers realtime and offline table in one 
hybrid table should have one schema.
   
   
https://github.com/apache/pinot/blob/master/pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/TableConfigsRestletResource.java#L451-L464
   @ankitsultana 
   
   Does Pinot hybrid table allowed to be created with different schema?
   


-- 
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

Reply via email to