-
Notifications
You must be signed in to change notification settings - Fork 74
Introduce type-parameterized array and map APIs; replace wrapper primitive types with Java primitive types #34
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
Open
wmoustafa
wants to merge
50
commits into
master
Choose a base branch
from
wmoustafa-api-v1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
4d8e756
Introduce type-parameterized array and map APIs; replace wrapper prim…
wmoustafa 6f6fcc7
Eliminate further StdXXX primitive references and fix some tests
wmoustafa 63bc427
Remove further StdData references
wmoustafa a3906a4
Allow for absolute paths instead of assuming defaultFS for UDF side f…
SurenNihalani 3be8352
0.0.45 release (previous 0.0.44) + release notes updated [ci skip]
shipkit-org 2b9da11
Disable Jacoco for platform tests (#37)
shardulm94 edd7db6
0.0.46 release (previous 0.0.45) + release notes updated [ci skip]
shipkit-org 50326fe
Fixed presto UDF patch broken link (#41)
08be012
FileSystemUtils: remove an unreliable check for unit testing (#42)
SurenNihalani 56ad907
0.0.47 release (previous 0.0.46) + release notes updated [ci skip]
shipkit-org c11f77d
Presto: Pass custom configuration object when using FileSystemUtils (…
shardulm94 2db1d70
0.0.48 release (previous 0.0.47) + release notes updated [ci skip]
shipkit-org 7b123b3
Presto: Make ScalarFunctionImplementation state independent of StdUdf…
shardulm94 0df29c7
0.0.49 release (previous 0.0.48) + release notes updated [ci skip]
shipkit-org 0961752
Upgrade to PrestoSQL 333 (#45)
lxynov 5c1b84a
0.0.50 release (previous 0.0.49) + release notes updated [ci skip]
shipkit-org 7f05f00
Address review comments
wmoustafa b08e633
Add support for StdFloat, StdDouble, and StdBinary (#46)
khaitranq 75f4b24
0.0.51 release (previous 0.0.50) + release notes updated [ci skip]
shipkit-org e9def3e
Allow users to override main and test source set names, output direct…
jjoyce0510 cf2005e
0.0.52 release (previous 0.0.51) + release notes updated [ci skip]
shipkit-org 638796b
Empty commit to release new version
shardulm94 92e9b21
Empty commit to release new version [ci skip-compare-publications]
shardulm94 6fc9a92
0.0.53 release (previous 0.0.52) + release notes updated [ci skip]
shipkit-org c181a5d
Plugin: Publish Presto thin jar which allows consumers to control dep…
shardulm94 e458f0a
0.0.54 release (previous 0.0.53) + release notes updated [ci skip]
shipkit-org 9d6dfac
Hive: Struct data should not be converted to object array during StdS…
shardulm94 da5c54b
Remove slf4j-log4j12 from Transport dependency graph (#51)
shardulm94 d1b406b
Bump shipkit (#54)
shardulm94 8ad919d
0.0.55 release (previous 0.0.54) + release notes updated [ci skip]
shipkit-org 9139512
Fix test SQL generation for binary inputs (#55)
shardulm94 de72ccf
0.0.56 release (previous 0.0.55) + release notes updated [ci skip]
shipkit-org 5702f7a
Spark: Create index-based iterator for non-mutable map keySet and val…
raymondlam12 19006c2
0.0.57 release (previous 0.0.56) + release notes updated [ci skip]
shipkit-org 466dbae
Avro: Support simple union schemas (#60)
khaitranq ce14537
0.0.58 release (previous 0.0.57) + release notes updated [ci skip]
shipkit-org 7fc04aa
Support conversion of String type to Utf8 in AvroWrapper (#61)
curtiscwang 0c2cc3d
0.0.59 release (previous 0.0.58) + release notes updated [ci skip]
shipkit-org 9db51ec
Add Avro ENUM read support and fix String bug (#62)
raymondlam12 5b5740e
0.0.60 release (previous 0.0.59) + release notes updated [ci skip]
shipkit-org 71825df
Build: Fail if there are checkstyle violations (#64)
cwsteinbach 69fb8d2
0.0.61 release (previous 0.0.60) + release notes updated [ci skip]
shipkit-org 09a8950
Add travis-build.sh for pre-commit testing from command line (#65)
cwsteinbach 757697e
WIP: Rebase on master branch
wmoustafa c0b8125
Eliminate further StdXXX primitive references and fix some tests
wmoustafa 4fcd233
Remove further StdData references
wmoustafa 7695140
Address review comments
wmoustafa 2c65955
WIP: Rebase on mater - continue
wmoustafa c2982fd
Merge git pull confilcts
wmoustafa 0997121
Fix build errors
wmoustafa 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
13 changes: 0 additions & 13 deletions
13
transportable-udfs-api/src/main/java/com/linkedin/transport/api/data/StdBoolean.java
This file was deleted.
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
13 changes: 0 additions & 13 deletions
13
transportable-udfs-api/src/main/java/com/linkedin/transport/api/data/StdInteger.java
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
transportable-udfs-api/src/main/java/com/linkedin/transport/api/data/StdLong.java
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
transportable-udfs-api/src/main/java/com/linkedin/transport/api/data/StdString.java
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
transportable-udfs-api/src/main/java/com/linkedin/transport/api/data/StdTimestamp.java
This file was deleted.
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
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.