MaxNevermind commented on issue #16397: URL: https://github.com/apache/iceberg/issues/16397#issuecomment-4538669307
Hey @kevinjqliu, Have you considered reusing a single Spark Session for multiple tests classes? I believe Spark's Session setup is quite resource consuming and atm as I understand each class create individual Spark Session inside of `TestBase.startMetastoreAndSpark()`. It is probably not an easy/quick fix though even if applicable. -- 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]
