nchammas commented on a change in pull request #26730:
[SPARK-30091][SQL][Python] Document mergeSchema option directly in the Python
API
URL: https://github.com/apache/spark/pull/26730#discussion_r352396780
##########
File path: python/pyspark/sql/readwriter.py
##########
@@ -300,18 +300,20 @@ def table(self, tableName):
return self._df(self._jreader.table(tableName))
@since(1.4)
- def parquet(self, *paths):
Review comment:
Side question for you @HyukjinKwon: The `*paths` parameter bothers me a bit.
None of the other load methods use this pattern, and the streaming version of
`parquet()` doesn't use it either. How would you feel about a separate PR
changing this to `paths`? I suppose the 3.0 release would be our chance to do
it, since it changes the API.
----------------------------------------------------------------
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]