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 2021/06/14 07:42:22 UTC

[GitHub] [incubator-pinot] yupeng9 opened a new issue #7051: The column with JSON index on shall not be truncated

yupeng9 opened a new issue #7051:
URL: https://github.com/apache/incubator-pinot/issues/7051


   The column of string type of a default length, and value beyond the threshold will be truncated. This creates issue for JSON field (i.e. with JSON index on), as the JSON parsing will fail. We shall have a validation rule that requires overriding the length (perhaps to the max) for such fields.


-- 
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 #7051: The column with JSON index on shall not be truncated

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


   You may set the json field as data type `JSON` (introduced in #6878) and the value won't be truncated


-- 
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] yupeng9 commented on issue #7051: The column with JSON index on shall not be truncated

Posted by GitBox <gi...@apache.org>.
yupeng9 commented on issue #7051:
URL: https://github.com/apache/incubator-pinot/issues/7051#issuecomment-859792390


   Good to know that. A `JSON` type is useful


-- 
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 #7051: The column with JSON index on shall not be truncated

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


   Yes, the doc is updated here: https://docs.pinot.apache.org/basics/components/schema


-- 
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] [incubator-pinot] Jackie-Jiang closed issue #7051: The column with JSON index on shall not be truncated

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


   


-- 
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] [incubator-pinot] kishoreg commented on issue #7051: The column with JSON index on shall not be truncated

Posted by GitBox <gi...@apache.org>.
kishoreg commented on issue #7051:
URL: https://github.com/apache/incubator-pinot/issues/7051#issuecomment-873074700


   do we have docs updated?


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