Jackie-Jiang opened a new pull request #6968:
URL: https://github.com/apache/incubator-pinot/pull/6968
- Replace `GenericRowSerDeUtils` with `GenericRowSerializer` and
`GenericRowDeserailizer` for the following enhancement:
- Support null value fields ser/de to preserve the null fields information
- Cache the encoded string bytes to avoid encoding strings twice
- Support partial deserialize values to only deserialize the needed fields
when sorting the rows
- Add `SortOrderComparator` to compare the partial deserialized values
- Modify `ConcatCollector` to use the new classes
- Add `GenericRowSerDeTest` to test the new classes
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]