yupeng9 opened a new pull request #6914: URL: https://github.com/apache/incubator-pinot/pull/6914
## Description Part of https://github.com/apache/incubator-pinot/issues/6904 -Add complex-type transformation to offline segment creation - Add an example to ingest from nested Github events dataset ``` ***** Offline complex-type-handling quickstart setup complete ***** Query : select id, "payload.commits.author.name", "payload.commits.author.email" from githubEvents limit 10 2021/05/13 14:15:52.106 INFO [PostQueryCommand] [main] Executing command: PostQuery -brokerProtocol http -brokerHost 127.0.0.1 -brokerPort 8000 -queryType sql -query select id, "payload.commits.author.name", "payload.commits.author.email" from githubEvents limit 10 id payload.commits.author.name payload.commits.author.email 7044874109 Lime [email protected] 7044874110 Luminoid [email protected] 7044874114 TyroLin 9fcc726da9d1b08ed46c67f8755f62f1eed7a...@users.noreply.github.com 7044874116 null null 7044874117 daihatay [email protected] 7044874119 singularian [email protected] 7044874120 Ploypiti Piyaprapan 2f411f7935906a96aa6238abe759b09d813ab...@users.noreply.github.com 7044874121 Sabith Khathim [email protected] 7044874122 chao1995 [email protected] 7044874122 chao1995 [email protected] *************************************************** You can always go to http://localhost:9000 to play around in the query console ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
