Pinot broker request has a limit of Integer.MAX_VALUE rows
Open
- Dominant language
- Java
- Stars
- 6.1k
- Forks
- 1.5k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 189
Description
Can the limit for broker requests be changed to long type instead of integer type?
Contributor guide
Research direction
Start by tracing how the Pinot broker request limit is represented and passed through the broker request path. Check for related tests covering row limits, then confirm that values beyond Integer.MAX_VALUE are accepted without changing existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100