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

   tags: feature
   
   This adds the `clpDecode` transform function for decoding a field that was 
encoded with CLP using the `CLPLogMessageDecoder`. 
   
   E.g., if the `message` field was encoded with CLP, this transform function 
could be used as follows to reconstruct the field's original value:
   
   `clpDecode(message_logtype, message_dictionaryVars, message_encodedVars)`
   
   
   This is part of the change requested in #9819 and described in this [design 
doc](https://docs.google.com/document/d/1nHZb37re4mUwEA258x3a2pgX13EWLWMJ0uLEDk1dUyU/edit#heading=h.x12tsj9ok16d).
   
   The query rewriter mentioned in the design doc for supporting the 
`clpDecode(field)` syntax will be added in another PR.
   
   # Testing performed
   * Added new unit tests.
   * Validated fields encoded with CLP could be decoded correctly.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to