Skip to content

Commit 527c12e

Browse files
Vojislav Dukicdahlerlend
authored andcommitted
WL#15817: Lakehouse Incremental Load relevant messages to clients
Change-Id: I4684d21d2bb41ad7ca3f575984e57ce8e67978c8
1 parent ba03601 commit 527c12e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

share/messages_to_clients.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10500,6 +10500,27 @@ ER_BULK_JSON_INVALID
1050010500
ER_BULK_BLOB_TOO_BIG
1050110501
eng "Column data bigger than %zu bytes for column='%s' of table='%s'"
1050210502

10503+
ER_NO_QUERY_PLAN_FOUND
10504+
eng "No query execution plan was found for the statement."
10505+
10506+
ER_LH_CP_TOO_MANY_CHANGES
10507+
eng "More than %llu changes detected. Certain changes are ignored."
10508+
10509+
ER_LH_CP_NOT_ENABLED
10510+
eng "Lakehouse Incremental Load is not enabled."
10511+
10512+
ER_LH_CP_NO_VECTOR_STORE
10513+
eng "Lakehouse Incremental Load is not supported for vector store tables."
10514+
10515+
ER_LH_CP_NO_VALIDATION_MODE
10516+
eng "Lakehouse Incremental Load is not supported with validation mode."
10517+
10518+
ER_LH_CP_MISSING_FILES_MODE
10519+
eng "Lakehouse Incremental Load is not supported with allow_missing_files disabled."
10520+
10521+
ER_LH_CP_COMMIT_FAILED
10522+
eng "Lakehouse Incremental Load commit operation failed."
10523+
1050310524
#
1050410525
# End of 9.x error messages (server-to-client).
1050510526
#

0 commit comments

Comments
 (0)