在 Hive 中存储 unix 时间戳时使用什么数据类型 table

what data type to use when to store unix time stamps in a Hive table

我正在使用的时间戳示例: - 874833878 - 887736532 - 879196566 - 892430094 我只是将它们存储为 (my_date TIMESTAMP)?

Hive date UDFs 期望 BIGINT 数据类型中的 UNIX 时间戳,因此将其用于您的字段将是最兼容的。