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

   > Question, Is it something you can set on spark, before using 
SparkActions.get(spark).deleteOrphanFiles
   
   @szehon-ho Yes, if we run the delete orphan action in code separately, it 
can directly set this config on spark. But if we need to run multiple SQL or 
multiple ETL processes in a Spark session, this may affect other SQL or ETL 
processes. Our scenario is to share a service similar to Spark Thrift Server, 
and then submit CALL SQL to 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