diff --git a/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceManager.scala b/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceManager.scala index 236ab98969e5b..92e6021289883 100644 --- a/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceManager.scala +++ b/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceManager.scala @@ -103,7 +103,7 @@ object DataSourceManager extends Logging { // Even if it fails for whatever reason, we shouldn't make the whole // application fail. logWarning( - s"Skipping the lookup of Python Data Sources due to the failure: $e") + "Skipping the lookup of Python Data Sources due to the failure.", e) None }