Cherry pick pr 48 - support reading timestamp without time zone in spark#60
Merged
shardulm94 merged 2 commits intolinkedin:masterfrom Mar 25, 2021
Merged
Conversation
Cherry-picked PR 48: Spark: Allow reading timestamp without time zone
Cherry-picked GenericAppenderFactory from: Data: Add GenericAppenderFactory and GenericAppenderHelper (#1340)
fa238e6 to
6dd544c
Compare
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.
Cherry-picked PR 48 to support reading timestamp without timezone type in spark. I also have to cherry-pick another upstream pr in order to satisfy some test dependency, but the pr doesn't introduce any logic change in source modules.