You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/07/14 02:09:00 UTC

[GitHub] [incubator-pinot] Jackie-Jiang opened a new issue #5702: Fix the issue of group-by not working on strings with "\t"

Jackie-Jiang opened a new issue #5702:
URL: https://github.com/apache/incubator-pinot/issues/5702


   "\t" is used as the delimiter for the group-by keys. We should change the delimiter to '\0' (string padding byte), which is not allowed in strings.


----------------------------------------------------------------
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.

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] [incubator-pinot] Jackie-Jiang commented on issue #5702: Fix the issue of group-by not working on strings with "\t"

Posted by GitBox <gi...@apache.org>.
Jackie-Jiang commented on issue #5702:
URL: https://github.com/apache/incubator-pinot/issues/5702#issuecomment-673310604


   #5858 


----------------------------------------------------------------
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.

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] [incubator-pinot] Jackie-Jiang closed issue #5702: Fix the issue of group-by not working on strings with "\t"

Posted by GitBox <gi...@apache.org>.
Jackie-Jiang closed issue #5702:
URL: https://github.com/apache/incubator-pinot/issues/5702


   


----------------------------------------------------------------
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.

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