klsince commented on issue #9770: URL: https://github.com/apache/pinot/issues/9770#issuecomment-1309257784
FYI, currently, column encoding can't be changed (like from raw to dict encoding and vice versa) by reloading segments with the reload or reset swagger APIs. There is [an ongoing effort](https://github.com/apache/pinot/issues/9348) to extend the segment loading logic to change column encoding to fix such issues in future. For now, to work around this issue, one need to re-ingested the data with the corrected tableConfig: either from upstream to REALTIME table, or move data from REALTIME table to an OFFLINE table with the RealtimeToOfflineSegment minion task. -- 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]
