File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -10500,6 +10500,27 @@ ER_BULK_JSON_INVALID
1050010500ER_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#
You can’t perform that action at this time.
0 commit comments