apache / apache/pinot

Utility to get the table configs in the updated format

Open
#10,631 3 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.