yxheartipp opened a new pull request, #8750:
URL: https://github.com/apache/incubator-gluten/pull/8750

   ## What changes were proposed in this pull request?
   Issue: The argument types passed to std::min do not match in a way that the 
template can resolve. Specifically:
   
   - ow + K is of type size_t
   - num_estimates is of type size_t, but the error message shows it being 
deduced as UInt64, which is likely an alias for unsigned long long.
   
   Solution: Use static_cast to explicitly cast the types and resolve the 
mismatch.
   
   ## How was this patch tested?
   rebuild
   
   


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