Incompatible Data Type Error | Teradata Vantage - Incompatible Data Type Error Message - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
9.02
9.01
2.0
1.3
Published
February 2022
Language
English (United States)
Last Update
2022-02-10
dita:mapPath
rnn1580259159235.ditamap
dita:ditavalPath
ybt1582220416951.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢

Error Message Reporting bytea

If you specify a BYTE or VARBYTE value for a function syntax element for which that type is incompatible, you get this error message:

function_name: The column 'column_name' specified in syntax_element_name must be a member of one of the following SQL type groups: [INTEGER, STRING]. Found: bytea

Error Message Reporting Incorrect DISTRIBUTIONTYPE

Some ML Engine functions create temporary tables for internal processing. In these tables, the distribution key (partition key) column depends on user-specified syntax elements. The data type of the distribution key column must belong to SQL group DISTRIBUTIONTYPE; that is, it must be a data type allowed for PARTITION KEY (see Partition Key).