JingsongLi commented on issue #9417: [FLINK-13688][hive] Limit the parallelism/memory of HiveCatalogUseBlinkITCase URL: https://github.com/apache/flink/pull/9417#issuecomment-520727736 > How about we use a pre configured mini cluster instead of lower the memory request? Because it's not 100% safe to just rely on lowering the sort memory, because we might choose hash aggregate. Yeah, that is a way too, but in this case, I think use lower memory is OK. Because the data is too few. 1.It must rely on sort now, because UDAF only can be support by sort agg. 2.I think I can extract the configuration in `BatchTestBase`, to config all memory things.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
