yupeng9 commented on a change in pull request #6945:
URL: https://github.com/apache/incubator-pinot/pull/6945#discussion_r635724348
##########
File path:
pinot-tools/src/main/resources/examples/stream/meetupRsvp/complexTypeHandling_meetupRsvp_realtime_table_config.json
##########
@@ -26,23 +26,13 @@
]
},
"transformConfigs": [
- {
- "columnName": "group_json",
- "transformFunction": "jsonFormat(\"group\")"
- }
],
"complexTypeConfig": {
"unnestFields": ["group.group_topics"]
}
Review comment:
oh, you want inner nested collection. No, the quick start sources that
we have do not include such a case.
##########
File path:
pinot-tools/src/main/resources/examples/stream/meetupRsvp/complexTypeHandling_meetupRsvp_realtime_table_config.json
##########
@@ -26,23 +26,13 @@
]
},
"transformConfigs": [
- {
- "columnName": "group_json",
- "transformFunction": "jsonFormat(\"group\")"
- }
],
"complexTypeConfig": {
"unnestFields": ["group.group_topics"]
}
Review comment:
But the handling is covered by unit tests.
--
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]