Jackie-Jiang commented on issue #10220: URL: https://github.com/apache/pinot/issues/10220#issuecomment-1414398919
I don't think pinot can do it as of now. The json extraction is key based, meaning the key has to be provided. The workaround would be to store each key as a separate column, but it can potentially result in too many columns. Do you know any other database or query engine that can solve this request? We can potentially build an aggregation function to solve it, but I don't think that is a general solution. -- 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]
