-
Notifications
You must be signed in to change notification settings - Fork 36
added encoders 3.2 #134
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
Merged
added encoders 3.2 #134
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
c57eaaf
added streaming and exploring how it works with kotlin spark api
Jolanrensen bb39fc7
Adds helpful rdd to dataset conversion, as well as a new withSpark fu…
Jolanrensen 4bd3fe1
makes javaRDD toDS function more generic.
Jolanrensen c0ead09
added encoders: Duration, Period, ByteArray (Binary, now actually wor…
Jolanrensen 09e9bb5
Arity is now Serializable, removed sc.stop(), sc is now lazy, updates…
Jolanrensen 597b6f1
copying over some other missing parts from ScalaReflection.scala. Did…
Jolanrensen 0f585bd
serializing binary works!
Jolanrensen 92ed60e
serializing binary works!
Jolanrensen 1fb680b
fixed serializing CalendarInterval, added tests and fixes for Decimal…
Jolanrensen 4f8ae68
updating all tests to shouldBe instead of just show
Jolanrensen 38486bb
removed .show() from rdd test
Jolanrensen 0acd3e2
Update README.md
Jolanrensen bcf99b8
split up rdd tests, added list test.
Jolanrensen 165c1b0
Merge pull request #132 from JetBrains/rdd-related-helpers
Jolanrensen 2fdba6a
Update docs generation
Jolanrensen 5d785e0
added jira issue
Jolanrensen 518d1a1
Update ApiTest.kt
Jolanrensen e620896
added encoders: Duration, Period, ByteArray (Binary, now actually wor…
Jolanrensen e466df6
copying over some other missing parts from ScalaReflection.scala. Did…
Jolanrensen 1557fa4
serializing binary works!
Jolanrensen 680e5b1
serializing binary works!
Jolanrensen ba0c452
fixed serializing CalendarInterval, added tests and fixes for Decimal…
Jolanrensen 054d626
updating all tests to shouldBe instead of just show
Jolanrensen 66dc40e
added jira issue
Jolanrensen 31f56d8
rebasing on spark 3.2 branch
Jolanrensen 9b1c2c9
Merge remote-tracking branch 'origin/encoders-and-data-types' into en…
Jolanrensen d56b5a4
spark 3.2.1
Jolanrensen 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
2,245 changes: 1,268 additions & 977 deletions
2,245
core/3.2/src/main/scala/org/apache/spark/sql/KotlinReflection.scala
Large diffs are not rendered by default.
Oops, something went wrong.
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.
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.
Uh oh!
There was an error while loading. Please reload this page.