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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]