Description
The following query fails because the schema property is wrongly interpreted.
```
readDf = self.connect.read.format("csv").option("header", True).load(path=tmpPath)
```
The following query fails because the schema property is wrongly interpreted.
```
readDf = self.connect.read.format("csv").option("header", True).load(path=tmpPath)
```