Hi,
if you try to read a smallint value from a database (MS SQL Server) this causes an exception.
Here is the errorlog from the Bulletin Board:
ExecuteSQL[id=0f596896-d367-4b0b-858b-bc689419fc15] ExecuteSQL[id=0f596896-d367-4b0b-858b-bc689419fc15] failed to process session due to org.apache.avro.file.DataFileWriter$AppendWriteException: org.apache.avro.AvroRuntimeException: Unknown datum type java.lang.Short: 1: org.apache.avro.file.DataFileWriter$AppendWriteException: org.apache.avro.AvroRuntimeException: Unknown datum type java.lang.Short: 1
Is there some kind of fix for this?
I used a cast into a integer value to get it to execute.
Thanks.
Regards,
Patrick