vvivekiyer commented on issue #12254: URL: https://github.com/apache/pinot/issues/12254#issuecomment-1887837897
@gortiz In the draft PR, the call to getting the column level config still uses the `stdDeserializer` (`indexType::getConfig`). As I stated in the RCA section, issue happens only when we use IndexLoading::getDeserializer where the configs are fetched from` IndexType::fromIndexLoadingConfig()`. Here's a draft PR https://github.com/apache/pinot/pull/12260 that tests this case. -- 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]
