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

    
   > @szehon-ho I got your point. Actually such as Spark Thrift Server or 
Kyuubi which is long running service, they only expose the SQL APIs for users, 
and they share one application for users' SQLs, so you can't set conf like 
which in code, and they can't identify what type of SQL it is. This change 
mainly covers this scenario.
   
   In that case couldn't you set something like `sql("SET 
spark.sql.autoBroadcastJoinThreshold=-1")` before the 
DeleteOrphanFilesSparkAction and change it back to default once it finishes. 


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