foxtail463 opened a new pull request, #67800:
URL: https://github.com/apache/doris/pull/67800

   ### Problem Summary:
   Sparse row ID reads on nullable columns traversed every null-map run between 
selected rows, causing unnecessary
   decoding work for large gaps.
   
   ### Solution:
   Add an optimized RleDecoder<bool>::Skip implementation that processes 
literal values in 64-bit chunks and counts
   skipped nulls. Use it to advance null-map and data-decoder positions 
efficiently while preserving correct behavior for
   both normal and null-map-only reads.


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