dongjoon-hyun commented on a change in pull request #35700:
URL: https://github.com/apache/spark/pull/35700#discussion_r817314506



##########
File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetReadSupport.scala
##########
@@ -139,8 +139,8 @@ object ParquetReadSupport extends Logging {
       throw new RuntimeException(
         "Spark read schema expects field Ids, " +
           "but Parquet file schema doesn't contain any field Ids.\n" +
-        "Please remove the field ids from Spark schema or ignore missing ids 
by " +
-          "setting `spark.sql.parquet.fieldId.ignoreMissing = true`\n" +
+        s"Please remove the field ids from Spark schema or ignore missing ids 
by " +

Review comment:
       `s"` -> `"`? We don't need `s` for plain strings.




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

Reply via email to