Utility to get the table configs in the updated format
- Dominant language
- Java
- Stars
- 6.1k
- Forks
- 1.5k
- Avg merge
- 2d 55m
- Merged PRs (30d)
- 182
Description
Recently changes were made to the [index SPI](https://github.com/apache/pinot/issues/10183). To extract how the current table configs will look in the updated format we need a utility that does this conversion.
For better adaptation of the updated format let's
- have a utility method which accepts the table config in older format and return the table config in updated format.
- introduce a flag as a query parameter for `/tableConfigs/{tableName}`, which when passed returns the existing table config in updated format.
Contributor guide
Research direction
Start with the index SPI changes described in issue #10183 and trace the /tableConfigs/{tableName} endpoint. Identify where older table configs are handled and define the conversion entry point. Done means the utility returns the updated format and the query flag makes the endpoint return that format.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend, databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100