Jackie-Jiang commented on issue #7203: URL: https://github.com/apache/pinot/issues/7203#issuecomment-887076476
@deepakcse2k5 You may simply ignore the where clause: `select * from transcript`. FYI, pinot by default only return 10 records without limit, so in order to return more records, you can put a higher limit, e.g. `select * from transcript limit 1000` -- 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]
