spark-redshift
spark-redshift copied to clipboard
Short to SMALLINT
If I understand correctly the mapping of Spark data types to Redshift data types, here we should have case ShortType => "SMALLINT"
yes, i have been running into this issue and finally figured out it was mapping my smallint to short and not passing that through to redshift