vvivekiyer opened a new issue, #9348: URL: https://github.com/apache/pinot/issues/9348
label=feature Currently, in the segment reload path, we support the following operations: 1. Adding a new column, removing/updating an autogenerated column 2. Add remove various indexes like inverted index, json index, etc. 3. Create/modify/remove startree index 4. Add min/max value to column metadata However, we do not support the following operations related to dictionary/forward-index. The proposal here is to add support for the following operations in the segment reload path: 1. Add/remove dictionary on a column. 2. Changing compression type on a raw column 3. Update data type Without these operations, table owners currently would have to backfill the segments, which is particularly troublesome in APPEND usecases. -- 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]
