Jackie-Jiang commented on pull request #7692: URL: https://github.com/apache/pinot/pull/7692#issuecomment-962292855
High level question: why do we want to push these 2 interfaces into `pinot-spi`? They should be in the `pinot-query-spi` and not exposed to the general user as they are only used for query processing. It might make more sense to move `DataSchema` and `ResultTable` into `pinot-spi` which contains the query result. -- 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]
