Conversation
📝 PRs merging into main branchOur main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released. |
1 similar comment
📝 PRs merging into main branchOur main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released. |
Coverage Report 1Affected Products
Test Logs |
Size Report 1Affected Products
Test Logs |
Startup Time Report 1Note: Layout is sometimes suboptimal due to limited formatting support on GitHub. Please check this report on GCS. Startup time comparison between the CI merge commit (57209c1) and the base commit (dff55b6) are not available. No macrobenchmark data found for the base commit (dff55b6). Analysis for the CI merge commit (57209c1) can be found at: |
firebase-firestore/src/main/java/com/google/firebase/firestore/core/CompositeFilter.java
Outdated
Show resolved
Hide resolved
firebase-firestore/src/main/java/com/google/firebase/firestore/core/Query.java
Outdated
Show resolved
Hide resolved
firebase-firestore/src/main/java/com/google/firebase/firestore/core/Query.java
Outdated
Show resolved
Hide resolved
firebase-firestore/src/androidTest/java/com/google/firebase/firestore/QueryTest.java
Outdated
Show resolved
Hide resolved
firebase-firestore/src/androidTest/java/com/google/firebase/firestore/QueryTest.java
Show resolved
Hide resolved
firebase-firestore/src/main/java/com/google/firebase/firestore/local/IndexManager.java
Outdated
Show resolved
Hide resolved
...base-firestore/src/test/java/com/google/firebase/firestore/model/TargetIndexMatcherTest.java
Outdated
Show resolved
Hide resolved
dconeybe
left a comment
There was a problem hiding this comment.
@cherylEnkidu Just one minor comment about using a SortedSet. Other than that, the indexing-related changes LGTM. I did not review any other parts of this PR (I only reviewed the changes made by @cherylEnkidu)
firebase-firestore/src/main/java/com/google/firebase/firestore/model/TargetIndexMatcher.java
Show resolved
Hide resolved
Generated by 🚫 Danger |
port from Web SDK: firebase/firebase-js-sdk#7453