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

   previously, `DataTable` encodes many pinot data type in underlying storage 
type different from the actual data type.
   however during extraction, many of the utils doesn't convert the data back 
to the original type.
   
   this post problem in multi-stage engine b/c the engine expects data type 
matches the one specified in data schema.
   creating this PR to
   - modify datablock builder/utils to accept/return row objects with actual 
object type specified in data schema. 
   - no changes to datablock byte format as the stored data type remain 
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