-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
ARROW-17600: [Go] Implement Casting for Nested types #14056
Conversation
|
@@ -19,12 +19,20 @@ | |||
|
|||
set -ex | |||
|
|||
# simplistic semver comparison | |||
verlte() { | |||
[ "$1" = "`echo -e "$1\n$2" | sort -V | head -n1`" ] |
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.
🤣
Authored-by: Matt Topol <[email protected]> Signed-off-by: Matt Topol <[email protected]>
Benchmark runs are scheduled for baseline = 21491ec and contender = d123277. d123277 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Authored-by: Matt Topol <[email protected]> Signed-off-by: Matt Topol <[email protected]>
Authored-by: Matt Topol <[email protected]> Signed-off-by: Matt Topol <[email protected]>
No description provided.