1. Regarding unit testing of spark sql, I found it more easy and dynamic as we change any logic / join, unit test need not be changed.From pyspark point of view, the change in fn would directly mean changing the pytest of the fn.Need databricks exper...