-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Timestamp millis repair #14120
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
Closed
Closed
Timestamp millis repair #14120
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
e46d157
current progress
513e8a1
seems to be working for spark non vectorized and avro
bb4a278
filters working
814d442
prevent overflow
3ed9ee7
use read support instead of mapping function
c6c6caa
use repaired schema instead of doing operations after we read the data
2f447c2
add spark log support
be727d9
remove find cols to multiply class
639e57c
log file changes as requested and set up the read supports for spark …
c1179df
hive working
50a64cd
add individual test and fix issue with dropping messagetype logical
7441315
revert calls for rewrite avro with extra param
0b83171
revert config to prevent timestamp evolutions
2450d9b
A few fixes
0eb01ca
fix bug with field reuse in avro schema repair
5090d2e
fix read parquet log block timestamp ntz
674babb
allow long to timestampntz without cast
796e7f0
refactor AvroSchemaRepair for performance and add unit tests
0ffcc96
refactor schema repair for performance and add testing
6231af6
try fix other spark versions
5b89d6d
fix spark 3.3 build
bb4f550
fix spark3.4 build
3e7a298
hopefully fix spark4
f297231
fix issue with union schema, add table schema to cdc in missing place
b0933c0
add spark cow read testing for repair
6a6836f
building, and add spark mor tests
a5ac68a
forgot to add the zips
47506f6
cow write testing
758645e
add mor testing
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
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.
Where is fix for the Avro parquet reader? Also, the Hive reader needs a fix too.
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.
can it be ensured that the
readContext.getRequestedSchemacoming from the parquet footer?