Decouple entities from keyspace in driver-mapping.#222
Closed
dananderson wants to merge 4 commits intoapache:2.1from
Closed
Decouple entities from keyspace in driver-mapping.#222dananderson wants to merge 4 commits intoapache:2.1from
dananderson wants to merge 4 commits intoapache:2.1from
Conversation
The keyspace parameter of the Table annotation is now optional. If an entity does not specify a keyspace in Table, the keyspace from the MappingManager's Session will be used.
Contributor
|
Thanks. A few comments:
If you don't have time for the test I can take care of it. |
Author
|
I missed the user data type annotation. I will fix that and add a unit test (this evening). Thanks! |
<
8000
div>
Contributor
|
Looks good to me. One last detail: could you squash your two commits, and add "(JAVA-442)" at the end of the commit message (so that it gets linked in JIRA)? |
The keyspace parameter of the Table annotation is now optional. If an entity does not specify a keyspace in Table, the keyspace from the MappingManager's Session will be used. (JAVA-442)
olim7t
added a commit
that referenced
this pull request
Sep 9, 2014
Contributor
|
Merged. |
Sfurti-yb
pushed a commit
to yugabyte/cassandra-java-driver
that referenced
this pull request
Dec 8, 2023
FluxDiscardOnCancel replays source signals unless cancelling the subscription. On cancellation, the subscriber requests Long.MAX_VALUE to drain the source and discard elements that are emitted afterwards. [closes apache#222]
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.
The keyspace parameter of the Table annotation is now optional. If an entity does not specify a keyspace
in Table, the keyspace from the MappingManager's Session will be used.
I created a JIRA ticket to track this issue: JAVA-442