diff --git a/common/utils/src/main/resources/error/error-classes.json b/common/utils/src/main/resources/error/error-classes.json index 1812e9d764505..be441547b4b80 100644 --- a/common/utils/src/main/resources/error/error-classes.json +++ b/common/utils/src/main/resources/error/error-classes.json @@ -889,7 +889,7 @@ }, "DATA_SOURCE_NOT_FOUND" : { "message" : [ - "Failed to find the data source: . Please find packages at `https://spark.apache.org/third-party-projects.html`." + "Failed to find the data source: . Make sure the provider name is correct and the package is properly registered and compatible with your Spark version." ], "sqlState" : "42K02" }, diff --git a/docs/sql-error-conditions.md b/docs/sql-error-conditions.md index f58b7f607a0ba..9ff29a34dbdb8 100644 --- a/docs/sql-error-conditions.md +++ b/docs/sql-error-conditions.md @@ -490,7 +490,7 @@ Data source '``' not found. Please make sure the data source is regist [SQLSTATE: 42K02](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation) -Failed to find the data source: ``. Please find packages at `https://spark.apache.org/third-party-projects.html`. +Failed to find the data source: ``. Make sure the provider name is correct and the package is properly registered and compatible with your Spark version. ### DATA_SOURCE_TABLE_SCHEMA_MISMATCH