beliefer commented on code in PR #49961:
URL: https://github.com/apache/spark/pull/49961#discussion_r1992622771
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/python/PythonDataSourceV2.scala:
##########
@@ -52,6 +52,11 @@ class PythonDataSourceV2 extends TableProvider {
dataSourceInPython
}
+ def setDataSourceInPython(
+ dataSourceInPython: PythonDataSourceCreationResult): Unit = {
Review Comment:
```suggestion
def setDataSourceInPython(dataSourceInPython:
PythonDataSourceCreationResult): Unit = {
```
--
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]