Fix error in error message
This commit is contained in:
parent
c06092c964
commit
7355fc5131
|
@ -930,7 +930,7 @@ public class InFlightMetadataCollectorImpl implements InFlightMetadataCollector
|
|||
throw new DuplicateMappingException(
|
||||
String.format(
|
||||
Locale.ENGLISH,
|
||||
"Table [%s] contains physical column name [%s] referred to by multiple physical " +
|
||||
"Table [%s] contains physical column name [%s] referred to by multiple logical " +
|
||||
"column names: [%s], [%s]",
|
||||
tableName,
|
||||
physicalName,
|
||||
|
|
Loading…
Reference in New Issue