apache / apache/pinot

[multistage] Handle LiteralOnly query in multistage query

Open
#11,356 1 comment 0 reactions 0 assignees View on GitHub
multi-stage
Dominant language
Java
Stars
6.1k
Forks
1.5k
Avg merge
2d 3h
Merged PRs (30d)
195

Description

Missing this feature on par with v1.
`SELECT 1;` works,
however
`SELECT 1 from myTable;` will make the whole way to servers.

Contributor guide

Open the contributing guide

Research direction

Start by comparing how v1 handles LiteralOnly queries with the multistage query path, using `SELECT 1;` and `SELECT 1 FROM myTable;` as the behavioral examples. Trace where the latter is sent to servers and determine the expected local handling. Done means multistage matches v1 for both query forms, with coverage for these cases.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
databases
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.