You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenCSVSerde deserializes columns from csv file into strings only. Currently, the CSV support in Presto relies on the metastore to return all column datatypes as string.
Hive < 3.0 returns all the datatypes as String(when using OpenCSVSerde) to Presto whereas Glue Metastore and Hive > 3.0 return the original schema declared datatype.
OpenCSVSerde deserializes columns from csv file into strings only. Currently, the CSV support in Presto relies on the metastore to return all column datatypes as string.
Hive < 3.0 returns all the datatypes as String(when using OpenCSVSerde) to Presto whereas Glue Metastore and Hive > 3.0 return the original schema declared datatype.
Related slack discussion: https://prestodb.slack.com/archives/C07JH9WMQ/p1616488019059400
The text was updated successfully, but these errors were encountered: