We are running into a situation where we are ingesting large JSON flat files into SingleStore. The tables contain numeric that are very large numbers (some 25+ digits). When querying the data, some of our QA staff noticed numbers were slightly off. It appears that when querying a JSON field, numeric fields, which may or may not contain a decimal point, are converted into DOUBLE data type.
Is there any way to prevent the automatic interpretation of large numbers as DOUBLE data type?