diff --git a/common/utils/src/main/resources/error/error-classes.json b/common/utils/src/main/resources/error/error-classes.json index 601110309ddb5..8794a8632c52d 100644 --- a/common/utils/src/main/resources/error/error-classes.json +++ b/common/utils/src/main/resources/error/error-classes.json @@ -3619,7 +3619,7 @@ }, "UNSUPPORTED_DATA_SOURCE_SAVE_MODE" : { "message" : [ - "The data source '' cannot be written in the mode. Please use either the \"Append\" or \"Overwrite\" mode instead." + "The data source \"\" cannot be written in the mode. Please use either the \"Append\" or \"Overwrite\" mode instead." ], "sqlState" : "0A000" }, diff --git a/docs/sql-error-conditions.md b/docs/sql-error-conditions.md index 008346a018e39..74eaa42286123 100644 --- a/docs/sql-error-conditions.md +++ b/docs/sql-error-conditions.md @@ -2360,7 +2360,7 @@ Unsupported data type ``. [SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported) -The data source '``' cannot be written in the `` mode. Please use either the "Append" or "Overwrite" mode instead. +The data source "``" cannot be written in the `` mode. Please use either the "Append" or "Overwrite" mode instead. ### UNSUPPORTED_DATA_TYPE_FOR_DATASOURCE