apache / apache/pinot

Add config to change the default query row limit

Open
#7,418 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
6.1k
Forks
1.5k
Avg merge
1d 21h
Merged PRs (30d)
189

Description

Currently, if no LIMIT if specified, a query will only return 10 results. Add a config to change the default number.

Contributor guide

Open the contributing guide

Research direction

No files, tests, or entry points are named. Start by tracing how queries without an explicit LIMIT receive the current default of 10, then identify the configuration path that controls query defaults. Done means users can configure the default row limit and queries without LIMIT return that configured number while explicit LIMIT values remain unchanged.

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
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.