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
Today, Kernel has Timestamp-NTZ read support. See the protocol spec here. See the read support PR here.
This issue requests that we add Timestamp-NTZ write support. Please refer to the delta-spark implementation as needed.
A rough sketch would include:
The text was updated successfully, but these errors were encountered:
Figureout from Delta-Spark on what triggers enabling the table features. Is it having a column with type timestampNtx or delta property
This is purely done through the existence of timeStampNtz fields. See the relevant section of Delta protocol for more details.
[ALREADY COMPLETE] Kernel: Add support for writing timestampNTZ in the ParquetFileWriter (it may already have it, can't recall now)
Looks done as part of #2907
Sorry, something went wrong.
The write support is mostly done by PR#4159.
Will add a few more tests as part of this issue.
anoopj
Successfully merging a pull request may close this issue.
Today, Kernel has Timestamp-NTZ read support. See the protocol spec here. See the read support PR here.
This issue requests that we add Timestamp-NTZ write support. Please refer to the delta-spark implementation as needed.
A rough sketch would include:
The text was updated successfully, but these errors were encountered: