JoshRosen commented on issue #24913: [SPARK-26555][SQL][BRANCH-2.4] make 
ScalaReflection subtype checking thread safe
URL: https://github.com/apache/spark/pull/24913#issuecomment-503715195
 
 
   This was not a clean cherry-pick: there were a significant number of 
conflicts in `ScalaReflection.scala`. To avoid mistakes while resolving 
conflicts, I opted to pick in the non-conflicting parts and re-implement the 
rest of the changes via a regex find-replace in IntelliJ (`t <:< (.*) =>` 
replaced to `isSubtype(t, $1) =>`) plus a couple of manual edits.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to