Incompatible Data Type Error Message - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.10
1.1
Published
October 2019
Language
English (United States)
Last Update
2019-12-31
dita:mapPath
ima1540829771750.ditamap
dita:ditavalPath
jsj1481748799576.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 one of the following:
  • INTEGER
  • SMALLINT
  • BIGINT
  • NUMERIC(p,s)
  • VARCHAR(n)