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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
