So I was comparing schemas of two different dataframe using this code: >>> df1.schema == df2.schema
Out: False But the thing is, both the schemas are completely equal.When digging deeper I realized that some of the StructFields() that should have bee...