You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "rseetham (via GitHub)" <gi...@apache.org> on 2023/06/29 22:48:25 UTC

[GitHub] [pinot] rseetham opened a new pull request, #11005: `bugfix` Fix issue with extracting root-level field names for complex handling

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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] Jackie-Jiang merged pull request #11005: `bugfix` Fix issue with extracting root-level field names for complex handling

Posted by "Jackie-Jiang (via GitHub)" <gi...@apache.org>.
Jackie-Jiang merged PR #11005:
URL: https://github.com/apache/pinot/pull/11005


-- 
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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org