yxheartipp opened a new issue, #8749: URL: https://github.com/apache/incubator-gluten/issues/8749
### Problem description <img width="1306" alt="Image" src="https://github.com/user-attachments/assets/ee7595fa-75d0-4a62-9be8-6ad3adca13b8" /> While building with the cross-compile toolchain for mac, I encountered the following error: cpp-ch/local-engine/AggregateFunctions/AggregateFunctionUniqHyperLogLogPlusPlus.h:219:23: error: no matching function for call to 'min' 219 | size_t high = std::min(low + K, num_estimates); It seems there is an issue with the data format. ### System information ubuntu 22.04 x86_64 ### CMake log ```bash ``` -- 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]
