richardstartin commented on pull request #7820:
URL: https://github.com/apache/pinot/pull/7820#issuecomment-985428914


   > For now, we might just add some read methods into the ProjectionBlock so 
that it can be used by the TransformFunction? Adding these methods to the Block 
interface might not match our end goal.
   
   This is what the PR originally did, I did not modify the `Block` interface 
and added methods to the concrete `ProjectionBlock`, but it was requested above 
to ensure substitutability of different block types. It feels like I am 
violating an aspirational design principle with this PR, but as far as I can 
tell, it has been violated for a long time. A lot of good things will follow on 
from the ability to tunnel down to the storage, so I would like to find a way 
to progress here.


-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to