xloya commented on PR #7096:
URL: https://github.com/apache/iceberg/pull/7096#issuecomment-1469220598

   > Maybe you can call spark.cloneSession() before passing it in via 
SparkActions.get(spark)?
   
   @szehon-ho I saw that `RemoveOrphanFilesProcedure` will get the Spark 
instance from `org.apache.iceberg.spark.procedures.BaseProcedure`. If I set it 
here, I have two concerns:  
   1. One is that it may affect other Procedures. If other Procedures can use 
Broadcast Join later, it will not take effect.  
   2. The second is that if we call Delete Orphan through Action in code, there 
may still be OOM risks.  
   What do you think of it?


-- 
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]

Reply via email to