q
q copied to clipboard
expand numeric types when autodetecting column types
Column types are autodetected and handled properly. However, there are some cases where it is possible that a numeric column will be treated as text, depending on the actual sample data used for autodetection of the column type.
This can be easily resolved by automatically expanding numeric types int->long->float as part of the autodetection.
Harel