[ https://issues.apache.org/jira/browse/SPARK-41300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640027#comment-17640027 ]
Apache Spark commented on SPARK-41300: -------------------------------------- User 'grundprinzip' has created a pull request for this issue: https://github.com/apache/spark/pull/38821 > Unset Read.schema is incorrectly read when unset > ------------------------------------------------ > > Key: SPARK-41300 > URL: https://issues.apache.org/jira/browse/SPARK-41300 > Project: Spark > Issue Type: Sub-task > Components: Connect > Affects Versions: 3.4.0 > Reporter: Martin Grund > Priority: Major > > The following query fails because the schema property is wrongly interpreted. > > ``` > readDf = self.connect.read.format("csv").option("header", > True).load(path=tmpPath) > ``` > -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org