sadhen edited a comment on pull request #32332:
URL: https://github.com/apache/spark/pull/32332#issuecomment-828405772


   I tried to turn off `verifySchema` by default:
   ```
   -    def createDataFrame(self, data, schema=None, samplingRatio=None, 
verifySchema=True):
   +    def createDataFrame(self, data, schema=None, samplingRatio=None, 
verifySchema=False):
   
   ... other doc/tests changes
   ```
   
   But correctness should be much more important than performance. We can but 
we'd better keep the same semantics for user.


-- 
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]



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

Reply via email to