KKcorps opened a new pull request, #9235: URL: https://github.com/apache/pinot/pull/9235
When an input is encountered that has the following tree structure [array -> map -> array -> map] , the complex type transformer doesn't unnest the values properly. This is because we append the child node path to both the flattened field name as well as the key being passed. so instead of getting `array1.map1.array2`, we get `array1.map1.map1.array2` The PR fixes this bug as well as adds a test case to reproduce this issue. -- 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