Azure / Azure/azure-documentdb-java

query collection with collection id failed after re-creation

オープン
#80 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
investigating
主要言語
Java
スター
51
フォーク
52
PR マージ指標
30日以内にマージされた PR はありません

説明

sdk version: 1.11.0
java version: 1.8
repro steps:
1. create collection with collectionId : testCollection
2. delete testCollection
3. re-create testCollection, insert some documents
4. query documents with testCollection by DocumentClient.QueryDocuments
- if query collectionLink= "dbs//colls/testCollection", query failed with resource not found exception
- if query collectionLink=collection.getSelfLink(), query succeed.

Question:
1. in readme file, query document from collection with collection link "dbs//colls/". If this is not a bug, user should not query with self-constructed collection link, pls update document to avoid confusion.
2. otherwise, pls check whether this is a bug.

anything info need feel free to ping me. thanks.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。