SingleStore 1.0.1 JDBC why is a column type name decorated with precision

JDBC 1.0.1
Server 7.6

The TYPE_NAME returned by DatabaseMetadata.getColumns includes precision information, why?

For example a table with two columns is returned as shown. The type name was expected to be int or decimal but instead is decimal(7,2).

image