Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-26409][SQL][TESTS] SQLConf should be serializable in test sess…
…ions ## What changes were proposed in this pull request? `SQLConf` is supposed to be serializable. However, currently it is not serializable in `WithTestConf`. `WithTestConf` uses the method `overrideConfs` in closure, while the classes which implements it (`TestHiveSessionStateBuilder` and `TestSQLSessionStateBuilder`) are not serializable. This PR is to use a local variable to fix it. ## How was this patch tested? Add unit test. Closes apache#23352 from gengliangwang/serializableSQLConf. Authored-by: Gengliang Wang <[email protected]> Signed-off-by: gatorsmile <[email protected]>
- Loading branch information