-
Notifications
You must be signed in to change notification settings - Fork 75
feat: Pipelines enters public preview #2272
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
Conversation
setup nix for idx
…uandy/PipelineResult
pipeline result
|
Warning: This pull request is touching the following templated files:
|
3aece03 to
bd317e2
Compare
f5e464b to
651bd3d
Compare
651bd3d to
6ae12ec
Compare
MarkDuckworth
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR title will be in the change log, so be sure to update this
MarkDuckworth
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Initial review. It looks like there are a few API changes that need to be ported from Android
google-cloud-firestore/src/main/java/com/google/cloud/firestore/Pipeline.java
Show resolved
Hide resolved
google-cloud-firestore/src/main/java/com/google/cloud/firestore/Pipeline.java
Outdated
Show resolved
Hide resolved
google-cloud-firestore/src/main/java/com/google/cloud/firestore/Pipeline.java
Outdated
Show resolved
Hide resolved
google-cloud-firestore/src/main/java/com/google/cloud/firestore/Pipeline.java
Outdated
Show resolved
Hide resolved
google-cloud-firestore/src/main/java/com/google/cloud/firestore/PipelineResult.java
Outdated
Show resolved
Hide resolved
...restore/src/main/java/com/google/cloud/firestore/pipeline/expressions/AggregateFunction.java
Show resolved
Hide resolved
...irestore/src/main/java/com/google/cloud/firestore/pipeline/expressions/AliasedAggregate.java
Show resolved
Hide resolved
...restore/src/main/java/com/google/cloud/firestore/pipeline/expressions/AliasedExpression.java
Show resolved
Hide resolved
...restore/src/main/java/com/google/cloud/firestore/pipeline/expressions/BooleanExpression.java
Show resolved
Hide resolved
...loud-firestore/src/main/java/com/google/cloud/firestore/pipeline/expressions/Expression.java
Outdated
Show resolved
Hide resolved
...cloud-firestore/src/main/java/com/google/cloud/firestore/pipeline/stages/AggregateHints.java
Outdated
Show resolved
Hide resolved
...loud-firestore/src/main/java/com/google/cloud/firestore/pipeline/stages/CollectionHints.java
Outdated
Show resolved
Hide resolved
MarkDuckworth
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another round of comments on the remaining files. I think we need to determine what to do with the differences in the API before release
No description provided.