Description
Assert if code tries to access SQLConf.get on executor.
This can lead to hard to detect bugs, where the executor will read fallbackConf, falling back to default config values, ignoring potentially changed non-default configs.
If a config is to be passed to executor code, it needs to be read on the driver, and passed explicitly.
Attachments
Issue Links
- relates to
-
SPARK-38328 SQLConf.get flaky causes NON-default spark session settings being lost
- Open
-
SPARK-23894 Flaky Test: BucketedWriteWithoutHiveSupportSuite
- In Progress
- links to