Lvnszn opened a new issue, #10201:
URL: https://github.com/apache/pinot/issues/10201
# Expect
Support for offset in grouped queries, example:
`select company_name, sum(price) from table group by company_name order by
company_name limit 10 offset 10`
# Case:
For more flexible query, the granularity of general cleaning will be very
fine, but the query is a coarse-grained query.
|company_name|shop_name|price|
|--|--|
|lucas|shop_a|100|
|lucas|shop_b|100|
|lucas|shop_c|100|
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]