spark-redshift icon indicating copy to clipboard operation
spark-redshift copied to clipboard

Short to SMALLINT

Open gorros opened this issue 7 years ago • 1 comments

If I understand correctly the mapping of Spark data types to Redshift data types, here we should have case ShortType => "SMALLINT"

gorros avatar Jul 31 '18 11:07 gorros

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

SteveByerly avatar Mar 15 '19 19:03 SteveByerly