Skip to content

Commit 77b46ab

Browse files
author
Khyati Gupta
committed
Bug#38286567 (2/N): Inference of reordered cols, add error msg
- Add new error message for inference when a columns with different name is found in amongst files when matching columns by name Change-Id: Ia28c78930deccc1d5cfadf188b944a0ff7d9d7b6
1 parent 5f6c88a commit 77b46ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

share/messages_to_clients.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10314,7 +10314,7 @@ ER_LH_INFER_NO_FILES
1031410314
eng "No valid files found for processing."
1031510315

1031610316
ER_LH_WARN_INFER_USE_DEFAULT_COL_NAMES
10317-
eng "Used default column names for column index(s) %s as they are %s."
10317+
eng "Used default column names for column index(es) %s as they are %s."
1031810318

1031910319
ER_LH_PARQUET_CANNOT_READ_HEADER
1032010320
eng "File %s: Unable to read Parquet header."
@@ -10815,6 +10815,9 @@ ER_LH_UNSTRUCTURED_PARTIAL_FILE_PARSE_ERR
1081510815
ER_JDV_EXPLICIT_AUTO_INCREMENT_NOT_ALLOWED
1081610816
eng "Using 0 to request the next value of an AUTO_INCREMENT column is not allowed in JDVs, column %s.%s, referenced by path '%s', key '%s'."
1081710817

10818+
ER_LH_INFER_COL_NAME_MISMATCH
10819+
eng "Column '%s' found in file '%s', but not in file '%s' during column name matching."
10820+
1081810821
#
1081910822
# End of 9.x error messages (server-to-client).
1082010823
#

0 commit comments

Comments
 (0)