vvivekiyer commented on issue #12254: URL: https://github.com/apache/pinot/issues/12254#issuecomment-1889780491
Confirmed with @gortiz through slack DM that the fix suggested in the "Issue Description" is good to go. I'll create a separate PR (instead of folding it inside https://github.com/apache/pinot/pull/12223) for easier management - just in case the the change breaks any older configs that we've not considered. ``` deserializer = stdDeserializer.withFallbackAlternative( IndexConfigDeserializer.fromMap(table -> fromIndexLoadingConfig)); ``` @gortiz please feel free to add any additional thoughts cc: @siddharthteotia @walterddr @Jackie-Jiang -- 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]
