jackylee-ch commented on PR #9103:
URL: 
https://github.com/apache/incubator-gluten/pull/9103#issuecomment-2747900214

   > @jackylee-ch Will SQL `set` work for the added Spark options in the same 
Spark session?
   
   AFAIK, yes. Newly added SQL configurations are set in the current thread’s 
`SparkContext.localProperties`, passed into `TaskContext`, and subsequently to 
Executors. Finally, they can be retrieved using `SQLConf.get.getAllConfs()`.


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