rseetham opened a new pull request, #11005: URL: https://github.com/apache/pinot/pull/11005
If column names contain the same characters as a repeating delimiter, the root level field name is only extracted wrong. For example if a column name is "a_b" and the delimiter is "__", the extracted root level field name is "a". We want "a_b". Similarly for "a_b__e_d", the extracted root level field name is "a". This fix extracts the correct root level column name. -- 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]
