-
Notifications
You must be signed in to change notification settings - Fork 623
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
CASSGO-11 Support vector type #1828
Open
lukasz-antoniak
wants to merge
23
commits into
apache:trunk
Choose a base branch
from
lukasz-antoniak:1734
base: trunk
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 22 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
68dd326
Support vector type
lukasz-antoniak cf779eb
Vector support tests
lukasz-antoniak 01c9d74
Test vectors of simple types
lukasz-antoniak 20a1b53
Support complex vectory subtypes
lukasz-antoniak 3256fa3
Fix comparison in tests
lukasz-antoniak 6304d8f
Support vector of UDT types
lukasz-antoniak 4d2f080
Support vector of UDT types
lukasz-antoniak 907e69e
Alternative to parse custom string
lukasz-antoniak a4d8a5b
Support vector of tuples
lukasz-antoniak 8835ad8
Apply review comments
lukasz-antoniak cafc8dc
Fix PIP installation
lukasz-antoniak 3bdc9f5
Fix PIP installation
lukasz-antoniak 09a5688
Install JDK 11 for C* 4.x
lukasz-antoniak 533f52e
Install JDK 11 for C* 4.x
lukasz-antoniak 3952e54
Trigger Build
lukasz-antoniak dc288e7
Tune Gossip
lukasz-antoniak 9205eff
Fix integration tests Github action
lukasz-antoniak 57c99b9
Apply review comments
lukasz-antoniak 41fed01
Apply review comments
lukasz-antoniak e21b496
Apply review comments
lukasz-antoniak 24daa93
Revert unnecessary changes
lukasz-antoniak ae2d2e4
Apply review comments
lukasz-antoniak f9e22c7
Apply review comments
lukasz-antoniak 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 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 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 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 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.
just a reminder to remove the workflow changes from this PR before wrapping up (we'll have to potentially merge #1833 first) when we get a second +1
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.
Yes, this PR will wait for #1833. I will remove workflow changes form this PR, rebase and squash commits.