clintropolis opened a new pull request, #18059: URL: https://github.com/apache/druid/pull/18059
### Description Fixes a regression in the `getFieldLogicalType` method introduced in #18053, which forgot to add the array element adjustment that is present in `getFieldTypes`, so it was incorrectly returning the array type instead of the array element type when dealing with a path like `$.foo[1]` (where `$.foo` is `ARRAY<STRING>` or whatever). -- 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]
