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

   1. ColumnReaderTransformer wraps a columnReader and applies transform 
functions. Currently it doesn't apply transform functions for primitive types 
because data type and null transforms don't apply there. Will add more 
transformations later which may be applicable for primitive types. But they 
will be added through ColumnReaderTransformer itself
   2. Created ColumnTransformer interface and 2 implementations - 
DataTypeColumnTransformer and NullValueColumnTransformer
   
   Objective is for above interfaces to handle single column transformations.
   
   Multi column transformations needs to be done separately via different 
interface


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