ngsg commented on PR #5478: URL: https://github.com/apache/hive/pull/5478#issuecomment-3177537349
I think this is a reasonable approach. Regarding the `isTez`/`isLlap` issue in `VectorGroupByOperator`, I'm inclined to use `isTez` and drop `isLlap`, as `VectorGroupByOperator` checks overall heap usage via `gcCanary`, not `MemoryMXBean#getHeapMemoryUsage` and `memoryThreshold`. However, I'm not certain whether Tez without LLAP also respects `getConf().getMaxMemoryAvailable()`, so it would be nice if others could confirm this as well. -- 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]
