kevincmchen commented on a change in pull request #31621:
URL: https://github.com/apache/spark/pull/31621#discussion_r585305065



##########
File path: 
sql/core/src/test/scala/org/apache/spark/sql/connector/SimpleWritableDataSource.scala
##########
@@ -68,7 +63,7 @@ class SimpleWritableDataSource extends SimpleTableProvider 
with SessionConfigSup
       new CSVReaderFactory(serializableConf)
     }
 
-    override def readSchema(): StructType = tableSchema
+    override def readSchema(): StructType = TestingV2Source.schema

Review comment:
       yes, it‘s unnecessary to override the function.




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