-
Notifications
You must be signed in to change notification settings - Fork 2.5k
fix: timestamp logical types #18132
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
Merged
danny0405
merged 60 commits into
apache:release-0.14.2-prep
from
linliu-code:pr-18100-1
Apr 10, 2026
Merged
fix: timestamp logical types #18132
Changes from all commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
41deec7
Fix timestamp_millis issue
linliu-code f966a51
Solve more compiling errors
linliu-code 0f28b8c
Fix some bugs
linliu-code b4fe80a
Fix incremental queries for auto repair
linliu-code b269ce0
Fix data skipping support
linliu-code d039cdf
Pass schema from option instead of global configuration for thread sa…
linliu-code 4ebe05e
Address partial comments
linliu-code 4092037
Address more comments
linliu-code 2436a84
changing code parts around HoodieStorage (introduced in 0.15.0.) to u…
8c7c8a5
Addressed comments
linliu-code 297f657
address wiring comments
linliu-code 48bcddb
Fix hive related tests
46616bf
Fix tests
f787b5f
Fix tests
10d552a
Fix tests
06c921d
Fix test and address review comments
a2e4585
Cherry pick bug fixes
b9e8286
Fix build
2781335
Fix build
e9acc81
Revert "Fix tests"
d538737
Revert "Fix build"
797e6e5
Fix build issues - 2.11 depending on 2.12 version
65242d6
Fix build issues - Column stream explicty collection.2
610d2ce
Fix build issues - Use projection schema instead of repairFileSchema
2ba229f
Fix build issues - remove spark3.5 profiles from github workflow bot
2a77ab8
Fix build issues - Fix IT test pom.xml update
8faab37
Fix build issues - Use projection schema fields from repaired schema
ffd982e
Fix build issues - throw exception only for spark 3.4 gt
3b93fb0
Fix build issues - throw exception only for spark 3.3
f512e6f
Fix spark33 bug
linliu-code b44fe3a
Address review comments
ac24e2a
Address review comments
483ba40
Fix compilation
0252875
[HUDI-5034] Remove Spark Avro schema post processor (#6956) (#17799)
linliu-code a060008
refactor: Update ParquetWriteSupport for Rows to match Avro writer be…
the-other-tim-brown af6bd33
Fix compilation and test failure
4cd9bf8
Fix compilation
48c13fc
Fix compilation errors
linliu-code f77f672
Fix CI failures
linliu-code 14a05a6
Fix compilation error
linliu-code 7d9e9b4
Fix bugs
linliu-code 06ee9ee
Fix test failures
b3a45e0
Fix test failures
c4c0a35
[HUDI-7812] Disabling row writer for clustering (#11360)
nsivabalan 1ec3577
Fix input source modification time
8f32825
Revert "Fix input source modification time"
71148c0
Fix tests
d88597d
Fix compilation
b3f6fde
Fix test failure
cab0ab1
Use supportBatch instead
6db2a16
Add optimisation for merged read handle
990ea48
Address review comments
8c9b54f
Addressing feedback and optimizing schema parsing
nsivabalan 7595d6d
Fix compilation
a2ff34c
More fixes and test fix
bd54b98
Other fixes
3a41101
fix compilation
63a4781
Fix compilation
6e221eb
Fix compilation
7aec228
Fix test failures
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
This would also be executed in executor and we can probably optimise by adding a flag in the caller. Could not validate though.
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.
lets fix this. should not take much effort to fix.
lets fix 0.15.1 if need be.
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.
Addressed
#18478 for 0.15