We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The logical type date, when paired with an int32, represents the # of days since the Unix epoch, see https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#date
Let's expose it as seconds since the epoch, so that you can do:
select date(date_col, 'unixepoch')
and have it behave naturally
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The logical type date, when paired with an int32, represents the # of days since the Unix epoch, see https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#date
Let's expose it as seconds since the epoch, so that you can do:
and have it behave naturally
The text was updated successfully, but these errors were encountered: