HyukjinKwon commented on code in PR #48971:
URL: https://github.com/apache/spark/pull/48971#discussion_r1860019250
##########
python/docs/source/user_guide/sql/python_data_source.rst:
##########
@@ -516,3 +516,8 @@ The following example demonstrates how to implement a basic
Data Source using Ar
df = spark.read.format("arrowbatch").load()
df.show()
+
+Usage Notes
+-----------
+
+- During data source resolution, built-in and Java data sources take
precedence over Python data sources with the same name; to explicitly use a
Python data source, make sure its name does not conflict with any other loaded
Java data sources.
Review Comment:
```suggestion
- During Data Source resolution, built-in and Scala/Java Data Sources take
precedence over Python Data Sources with the same name; to explicitly use a
Python Data Source, make sure its name does not conflict with the other Data
Sources.
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]