ajithme edited a comment on issue #27267: [SPARK-30556][SQL] Copy sparkContext.localproperties to child thread inSubqueryExec.executionContext URL: https://github.com/apache/spark/pull/27267#issuecomment-576640432 This seems to be problems what i try to fix in 1. `BroadcastExchangeExec` (Refer: https://github.com/apache/spark/pull/27266) 2. `SubqueryBroadcastExec` 3. `SubqueryExec` (Refer: https://github.com/apache/spark/pull/27267) so should i try to fix all in one PR or should i have a separate PR for each.? i previously raised them separately so that i can complete them with individual UTs. Please suggest @cloud-fan @srowen @dongjoon-hyun @hvanhovell, i am kinda neutral if to make separate PRs or single PR
---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
