maswin commented on PR #4389: URL: https://github.com/apache/hive/pull/4389#issuecomment-1582917299
@abstractdog - The same test (expanding_multivaluecolvector.q) when run in TestCliDriver will go through this code flow. Right now it is run in TestMiniLlapLocalCliDriver. But even then the test won't fail or timeout, because the file is not huge enough. This seems to a big memory leak, couple of ORC files internally we have runs forever in vectorized mode when they get over in few seconds in non vectorized mode. Also a lot of queries that run using 1GB memory in non vectorized mode needs 1.5-2GB memory. -- 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]
