Skip to content

Conversation

wu-hui
Copy link
Contributor

@wu-hui wu-hui commented Jul 30, 2024

No description provided.

@tom-andersen tom-andersen removed their assignment Aug 14, 2024
wu-hui and others added 9 commits August 21, 2024 12:45
# Conflicts:
#	README.md
#	google-cloud-firestore/pom.xml
#	google-cloud-firestore/src/main/java/com/google/cloud/firestore/AggregateQuery.java
#	google-cloud-firestore/src/main/java/com/google/cloud/firestore/Query.java
#	proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentProto.java
Copy link
Contributor Author

@wu-hui wu-hui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the suggestions!

* }</pre>
*/
@BetaApi
public final class Pipeline {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, that PR looks very helpful.

}
if (response.getResultsCount() > 0) {
numDocuments += response.getResultsCount();
if (numDocuments % 100 == 0) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, copy/paste from query does not work for pipeline here.

* @return A new {@code Expr} representing the addition operation.
*/
@BetaApi
default Add add(Object other) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is a problem. Constant.of should take care of the type inspection?

wu-hui and others added 16 commits September 17, 2024 14:41
# Conflicts:
#	google-cloud-firestore/src/main/java/com/google/cloud/firestore/Pipeline.java
* Implement new stages.

* Replace toList() with older languages feature.

* Pretty

* Pretty

* Comment out under development API surface

* Pretty
* Refactor pipelines

* Pretty

* Simplify
* Incomplete prototyping of pipeline options

* Incomplete prototyping of pipeline options

* Incomplete prototyping of pipeline options

* Incomplete prototyping of pipeline options

* Changes from feedback

* Expand example and fix.

* Comments

---------

Co-authored-by: wu-hui <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: firestore Issues related to the googleapis/java-firestore API. size: xl Pull request size is extra large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants