Azure / azure-cosmosdb-java

Java Async SDK for SQL API of Azure Cosmos DB
MIT License
54 stars 61 forks source link

Initialize options variable inside createContainerIfNotExists() #222

Closed jdubois closed 4 years ago

jdubois commented 5 years ago

Fix #221

christopheranderson commented 5 years ago

/azp run

azure-pipelines[bot] commented 5 years ago
Azure Pipelines successfully started running 1 pipeline(s).
christopheranderson commented 5 years ago

I'm fine with this as is, but ideally we'd fix it such that options isn't required to be initialized. We already create a lot of objects per request.

christopheranderson commented 5 years ago

(btw, we have some weird timeout bugs in our tests, so don't worry about the failures. We'll get that cleaned up next week.)

moderakh commented 4 years ago

development of v3 sdk is moved to https://github.com/Azure/azure-sdk-for-java https://github.com/Azure/azure-sdk-for-java/pull/4488

This repo will only be used for v2 sdk development. closing it here.