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 2019/05/10 03:47:26 UTC

[GitHub] [incubator-pinot] Jackie-Jiang opened a new pull request #4198: Enhance the support for BYTES data type

Jackie-Jiang opened a new pull request #4198: Enhance the support for BYTES data type
URL: https://github.com/apache/incubator-pinot/pull/4198
 
 
   1. Add BytesUtils to handle encode/decode for Hex string
   2. Add FieldSpec.DataType.convert() to convert string value to data type
   3. Support Hex string for index(), indexOf(), inRange() in all BYTES dictionaries
   4. Add MutableDictionary.compare(dictId1, dictId2) to help the sort process and support sorting byte[]
   5. Support returning Hex string in group-by for byte[] column
   6. In MutableSegmentImpl, uniform the sort for all types, reduce the memory usage especially for STRING and BYTES columns

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


With regards,
Apache Git Services

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