npawar commented on issue #7262: URL: https://github.com/apache/pinot/issues/7262#issuecomment-895487020
This looks like you could simply use json extraction udfs. ``` JSONPATHLONG(jsonField, 'jsonPath', [defaultValue]) ``` eg ``` JSONPATHLONG(query, '$.mappingTime', 31536000) ``` Here's also a demo which shows the usage of this: https://youtu.be/L5b_OJVOJKo?t=2479 But if you in particular want to use the complex field config, @yupeng9 should be able to help you. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org