Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-26555][SQL] make ScalaReflection subtype checking thread safe
Make ScalaReflection subtype checking thread safe by adding a lock. There is a thread safety bug in the <:< operator in all versions of scala (scala/bug#10766). Existing tests and a new one for the new subtype checking function. Closes apache#24085 from mwlon/SPARK-26555. Authored-by: mwlon <mloncaric@hmc.edu> Signed-off-by: Wenchen Fan <wenchen@databricks.com>
- Loading branch information