From c7a66966cfb0644d2cabbd678903bdf1066d2ff7 Mon Sep 17 00:00:00 2001 From: allisonwang-db Date: Thu, 18 Jan 2024 13:11:39 -0800 Subject: [PATCH 1/2] update --- common/utils/src/main/resources/error/error-classes.json | 2 +- docs/sql-error-conditions.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 From db9329daff8c24b1de98dd686dd00c3c3cfce452 Mon Sep 17 00:00:00 2001 From: allisonwang-db Date: Thu, 18 Jan 2024 15:32:01 -0800 Subject: [PATCH 2/2] retrigger build