jackluo923 opened a new pull request, #14365:
URL: https://github.com/apache/pinot/pull/14365

   The dictVar and encodedVar columns in CLP are stored in multi-value forward 
indexes, which require users to specify the maximum number of values per row at 
index creation time. However, this is impractical because the number of values 
per row is only determined during ingestion. To prevent ingestion errors when 
the number of values in a row exceeds the allowed limit for a multi-value row, 
the encoded value is replaced with an error message. To preserve the original 
content, the raw value is stored in a separate field.


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

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


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

Reply via email to