Jackie-Jiang opened a new pull request, #18954:
URL: https://github.com/apache/pinot/pull/18954

   ## Summary
   
   Adds a `DataTypeColumnTransformer(TableConfig, PinotDataType, ColumnReader)` 
constructor — the column-major counterpart of the 
`DataTypeTransformer(TableConfig, Map<String, PinotDataType>)` constructor 
added in #18816. It lets a caller coerce a column's values to an explicit 
`PinotDataType` (e.g. to fix a source field's data type before other 
transformers consume it) instead of always deriving the target type from a 
`FieldSpec`. The existing `FieldSpec` constructor now delegates to the new one, 
so its behavior is unchanged.
   


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