dongjoon-hyun commented on PR #40663: URL: https://github.com/apache/spark/pull/40663#issuecomment-1499907848
Thank you, @eejbyfeldt , @mridulm , @HyukjinKwon , and @LuciferYang . I also backported to branch-3.3. However, we need a new PR for branch-3.2 due to the compilation error, @LuciferYang and @eejbyfeldt . ``` [error] /Users/dongjoon/APACHE/spark-merge/core/src/test/scala/org/apache/spark/executor/ExecutorSuite.scala:33:19: object logging is not a member of package org.apache [error] import org.apache.logging.log4j._ ``` -- 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]
