-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
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
Add support for delta timestamp_ntz datatype #24418
base: master
Are you sure you want to change the base?
Conversation
presto-delta/src/test/java/com/facebook/presto/delta/TestTimestampColumns.java
Outdated
Show resolved
Hide resolved
Thanks for the release note! Nits suggested:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please refactor the commit message, PR title/description and Release note to timestampNTZ rather than timezoneNTZ.
c6371a6
to
fb5fef3
Compare
PATH_SCHEMA, goldenTablePathWithPrefix(version, "test-typing")); | ||
MaterializedResult expectedResult = getQueryRunner().execute(testQuery); | ||
assertEquals(expectedResult.getMaterializedRows().size(), 10); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can add some queries and asset around checking timestamp_ntz
column type on this table as well?
Add support for TIMESTAMP_NTZ datatype columns in v3 delta tables.
fb5fef3
to
bd1117e
Compare
Description
Add support for TIMESTAMP_NTZ data type in v3 delta tables.
Currently, only TIMESTAMP column types are supported in presto.
Impact
Will allow presto to read tables with TIMESTAMP_NTZ columns
Test Plan
Added UT
Contributor checklist
Release Notes
Please follow release notes guidelines and fill in the release notes below.