Symptom
Error "FatalException::InternalFatal:Invalid column type:Column types
do not match the specification!" is thrown when using HANA algorithms
when connected to HANA Online.
Reproducing the Issue
Create a New Document with a HANA online connection.
Add and configure a HANA algorithm.
Execute Algorithym.
Add and configure a HANA algorithm.
Execute Algorithym.
Cause
You may have a column with Decimal data type in the independent columns that you passed to the algorithm.
HANA PAL is very sensitive to the data type that is passed to an algorithm.
The precisions of the decimal data types are not supported in the PAL layer.
HANA PAL is very sensitive to the data type that is passed to an algorithm.
The precisions of the decimal data types are not supported in the PAL layer.
Resolution
As a workaround you can use a double datatype column instead of the decimal.
Please see the attached file
Please see the attached file
Keywords
Predictive Analysis, HANA, FatalException, algorithm, Invalid column
No comments:
Post a Comment