|
1328 | 1328 | ],
|
1329 | 1329 | "sqlState" : "42713"
|
1330 | 1330 | },
|
1331 |
| - "DUPLICATE_FLOW_SQL_CONF": { |
1332 |
| - "message": [ |
1333 |
| - "Found duplicate sql conf for dataset '<datasetName>': '<key>' is defined by both '<flowName1>' and '<flowName2>'" |
1334 |
| - ], |
1335 |
| - "sqlState": "42710" |
1336 |
| - }, |
1337 | 1331 | "DUPLICATED_MAP_KEY" : {
|
1338 | 1332 | "message" : [
|
1339 | 1333 | "Duplicate map key <key> was found, please check the input data.",
|
|
1384 | 1378 | },
|
1385 | 1379 | "sqlState" : "42734"
|
1386 | 1380 | },
|
| 1381 | + "DUPLICATE_FLOW_SQL_CONF" : { |
| 1382 | + "message" : [ |
| 1383 | + "Found duplicate sql conf for dataset '<datasetName>': '<key>' is defined by both '<flowName1>' and '<flowName2>'" |
| 1384 | + ], |
| 1385 | + "sqlState" : "42710" |
| 1386 | + }, |
1387 | 1387 | "DUPLICATE_KEY" : {
|
1388 | 1388 | "message" : [
|
1389 | 1389 | "Found duplicate keys <keyColumn>."
|
|
1955 | 1955 | ],
|
1956 | 1956 | "sqlState" : "42818"
|
1957 | 1957 | },
|
| 1958 | + "INCOMPATIBLE_BATCH_VIEW_READ" : { |
| 1959 | + "message" : [ |
| 1960 | + "View <datasetIdentifier> is not a batch view and must be referenced using read. This check can be disabled by setting Spark conf pipelines.incompatibleViewCheck.enabled = false." |
| 1961 | + ], |
| 1962 | + "sqlState" : "42000" |
| 1963 | + }, |
1958 | 1964 | "INCOMPATIBLE_COLUMN_TYPE" : {
|
1959 | 1965 | "message" : [
|
1960 | 1966 | "<operator> can only be performed on tables with compatible column types. The <columnOrdinalNumber> column of the <tableOrdinalNumber> table is <dataType1> type which is not compatible with <dataType2> at the same column of the first table.<hint>."
|
|
2031 | 2037 | ],
|
2032 | 2038 | "sqlState" : "42613"
|
2033 | 2039 | },
|
2034 |
| - "INCOMPATIBLE_BATCH_VIEW_READ": { |
2035 |
| - "message": [ |
2036 |
| - "View <datasetIdentifier> is not a batch view and must be referenced using read. This check can be disabled by setting Spark conf pipelines.incompatibleViewCheck.enabled = false." |
2037 |
| - ], |
2038 |
| - "sqlState": "42000" |
2039 |
| - }, |
2040 |
| - "INCOMPATIBLE_STREAMING_VIEW_READ": { |
2041 |
| - "message": [ |
| 2040 | + "INCOMPATIBLE_STREAMING_VIEW_READ" : { |
| 2041 | + "message" : [ |
2042 | 2042 | "View <datasetIdentifier> is a streaming view and must be referenced using readStream. This check can be disabled by setting Spark conf pipelines.incompatibleViewCheck.enabled = false."
|
2043 | 2043 | ],
|
2044 |
| - "sqlState": "42000" |
| 2044 | + "sqlState" : "42000" |
2045 | 2045 | },
|
2046 | 2046 | "INCOMPATIBLE_VIEW_SCHEMA_CHANGE" : {
|
2047 | 2047 | "message" : [
|
|
6584 | 6584 | ],
|
6585 | 6585 | "sqlState" : "P0001"
|
6586 | 6586 | },
|
6587 |
| - "USER_SPECIFIED_AND_INFERRED_SCHEMA_NOT_COMPATIBLE": { |
6588 |
| - "message": [ |
| 6587 | + "USER_SPECIFIED_AND_INFERRED_SCHEMA_NOT_COMPATIBLE" : { |
| 6588 | + "message" : [ |
6589 | 6589 | "Table '<tableName>' has a user-specified schema that is incompatible with the schema",
|
6590 |
| - " inferred from its query.", |
| 6590 | + "inferred from its query.", |
6591 | 6591 | "<streamingTableHint>",
|
6592 | 6592 | "",
|
6593 | 6593 | "Declared schema:",
|
|
6596 | 6596 | "Inferred schema:",
|
6597 | 6597 | "<inferredDataSchema>"
|
6598 | 6598 | ],
|
6599 |
| - "sqlState": "42000" |
| 6599 | + "sqlState" : "42000" |
6600 | 6600 | },
|
6601 | 6601 | "VARIABLE_ALREADY_EXISTS" : {
|
6602 | 6602 | "message" : [
|
|
0 commit comments