vvivekiyer opened a new pull request, #9938:
URL: https://github.com/apache/pinot/pull/9938

   label=bugfix
   
   Currently, when we complete realtime segments, we attempt to update the 
tableConfig, schema and IndexLoadingConfig. The current code uses 
`updateTableConfigAndSchema()` to update `IndexLoadingConfig`. However, the 
implementation doesn't work correctly if the user removes an index (for ex: 
inverted index or dictionary). The removal is never reflected in the 
`IndexLoadingConfig`.
   
   This PR fixes the issue by constructing a new IndexLoadingConfig using the 
updated tableConfig and 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]

Reply via email to