>From Hussain Towaileb <[email protected]>: Hussain Towaileb has uploaded this change for review. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21068?usp=email )
Change subject: [ASTERIXDB-3634][EXT]: Fix error messages ...................................................................... [ASTERIXDB-3634][EXT]: Fix error messages Ext-ref: MB-70437 Change-Id: Id8853dac7273dbd820a194b5effbdc7f92960197 --- M asterixdb/asterix-common/src/main/resources/asx_errormsg/en.properties 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/68/21068/1 diff --git a/asterixdb/asterix-common/src/main/resources/asx_errormsg/en.properties b/asterixdb/asterix-common/src/main/resources/asx_errormsg/en.properties index 578cd06..a4037ee 100644 --- a/asterixdb/asterix-common/src/main/resources/asx_errormsg/en.properties +++ b/asterixdb/asterix-common/src/main/resources/asx_errormsg/en.properties @@ -345,12 +345,12 @@ 1235 = The provided Iceberg namespace '%1$s' does not exist 1236 = The provided Iceberg table '%1$s' does not exist 1237 = The provided data format '%1$s' is not supported for Iceberg tables -1238 = Iceberg snapshot '%1$s' not found -1239 = Snapshot '%1$s' not found for table '%2$s'. +1238 = Iceberg snapshot '%1$s' not found for table '%2$s' +1239 = Invalid Iceberg snapshot value '%1$s' 1240 = No valid credentials provided to access Biglake Metastore catalog. 1241 = Invalid `%1$s` "%2$s" for frame size=%3$s. value should be >= %4$s * frame size: `%1$s` "%5$s" in %6$s 1242 = Collection '%1$s' is not an Iceberg table external collection. -1243 = Catalog '%1$s' is not an Iceberg catalog. +1243 = Catalog '%1$s' is not an Iceberg catalog # Feed Errors 3001 = Illegal state. -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21068?usp=email To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: asterixdb Gerrit-Branch: lumina Gerrit-Change-Id: Id8853dac7273dbd820a194b5effbdc7f92960197 Gerrit-Change-Number: 21068 Gerrit-PatchSet: 1 Gerrit-Owner: Hussain Towaileb <[email protected]>
