[doc](lakehouse) Document timestamp compatibility changes#3982
Open
Gabriel39 wants to merge 1 commit into
Open
[doc](lakehouse) Document timestamp compatibility changes#3982Gabriel39 wants to merge 1 commit into
Gabriel39 wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
Related Doris PR: apache/doris#65446
The Doris change updates timestamp handling in FileScannerV2 and Parquet export, but the user-visible compatibility rules and migration options were not documented. Without this context, users can accidentally introduce an eight-hour shift while trying to compensate for legacy Parquet
INT96writer behavior.What is changed?
INT96wall-clock fields by default, while ParquetINT64logical timestamps retain their standard semantics.hive.parquet.time-zone, including validation, examples, scope, V1/V2 behavior, andTIMESTAMPTZhandling.INT96columns mapped toDATETIMEV2, and recommend separating files written with different conventions.enable_int96_timestampsand describe its default,INT96/INT64result, and asynchronous Export persistence.Only current documentation is updated because apache/doris#65446 targets unmerged master behavior. Published 4.x, 3.x, 2.1, and Japanese documentation are intentionally unchanged.
Validation
git diff --check— passed.yarn docs:features:changed— passed with no findings.yarn docs:i18n-sync:changed— English/Chinese current pages are synchronized; expected warnings remain for intentionally unchanged published versions and Japanese docs.yarn docs:links:changed/yarn docs:lint:changed— no new link issues from this change; the commands report existing missing Hive Catalog anchors and existing repository-wide SEO/Markdown findings.yarn key-features:generate./local_dev.sh build-all --versions current --skip-install --max-mem 8192— generated English and Chinese current site output; the build reports existing repository-wide broken-link warnings.