-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Adding readManyByPartitionKey API #48801
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
FabianMeiswinkel
wants to merge
39
commits into
main
Choose a base branch
from
users/fabianm/readManyByPK
base: main
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 all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
9770833
Adding readManyByPartitionKey API
FabianMeiswinkel ac287bc
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-java in…
FabianMeiswinkel 9a5b3e9
Update sdk/cosmos/azure-cosmos-spark_3/src/main/scala/com/azure/cosmo…
FabianMeiswinkel a8720c3
Update sdk/cosmos/azure-cosmos-spark_3/src/main/scala/com/azure/cosmo…
FabianMeiswinkel d499da7
Update sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/impleme…
FabianMeiswinkel c3c542a
Update sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/impleme…
FabianMeiswinkel 4416354
´Fixing code review comments
FabianMeiswinkel 3ab3f0d
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-java in…
FabianMeiswinkel 588a755
Update CosmosAsyncContainer.java
FabianMeiswinkel 8c5cdb4
Merge branch 'main' into users/fabianm/readManyByPK
FabianMeiswinkel f548552
Update ReadManyByPartitionKeyTest.java
FabianMeiswinkel f68cf02
Fixing test issues
FabianMeiswinkel 8b6c4b1
Update CosmosAsyncContainer.java
FabianMeiswinkel 8ba7f4d
Merge branch 'main' into users/fabianm/readManyByPK
FabianMeiswinkel 56b067a
Reacted to code review feedback
FabianMeiswinkel fa430e9
Merge branch 'main' into users/fabianm/readManyByPK
FabianMeiswinkel d9504c9
Fix build issues
FabianMeiswinkel 73151f0
Merge branch 'main' into users/fabianm/readManyByPK
FabianMeiswinkel 681830e
Fixing changelog
FabianMeiswinkel 7f745e6
Merge branch 'main' into users/fabianm/readManyByPK
FabianMeiswinkel 0b8905d
Addressing code review comments
FabianMeiswinkel 22abc78
Addressing code review feedback
FabianMeiswinkel 662b1a4
Update CosmosItemsDataSource.scala
FabianMeiswinkel c764de9
Update CosmosItemsDataSource.scala
FabianMeiswinkel e1e6f5a
Merge branch 'main' into users/fabianm/readManyByPK
FabianMeiswinkel 080ce4a
Update RxDocumentClientImpl.java
FabianMeiswinkel 516bbf3
Merge branch 'users/fabianm/readManyByPK' of https://github.com/Azure…
FabianMeiswinkel b01f875
Fix readManyByPartitionKey retries
FabianMeiswinkel 7130d4a
Fix PK.None
FabianMeiswinkel 93957f3
Update ReadManyByPartitionKeyQueryHelper.java
FabianMeiswinkel 16dd1d6
Merge branch 'main' into users/fabianm/readManyByPK
FabianMeiswinkel 9200f8f
Fix code review feedback
FabianMeiswinkel 4a3ea06
Merge branch 'users/fabianm/readManyByPK' of https://github.com/Azure…
FabianMeiswinkel e2aa124
Merge branch 'main' into users/fabianm/readManyByPK
FabianMeiswinkel c34341e
Merge branch 'users/fabianm/readManyByPK' of https://github.com/Azure…
FabianMeiswinkel c96b6f6
Reacting to code review feedback
FabianMeiswinkel e306fae
React to code review feedback
FabianMeiswinkel f34270d
Addressing code review comments
FabianMeiswinkel 55ddac3
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-java in…
FabianMeiswinkel 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,3 +2,5 @@ | |
|
|
||
| metastore_db/* | ||
| spark-warehouse/* | ||
|
|
||
| .temp/ | ||
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.