[
https://issues.apache.org/jira/browse/BEAM-7169?focusedWorklogId=664387&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-664387
]
ASF GitHub Bot logged work on BEAM-7169:
----------------------------------------
Author: ASF GitHub Bot
Created on: 12/Oct/21 23:11
Start Date: 12/Oct/21 23:11
Worklog Time Spent: 10m
Work Description: lukecwik commented on pull request #15683:
URL: https://github.com/apache/beam/pull/15683#issuecomment-941730663
Welcome to the community. I added `chrismgray` to the JIRA and assigned
BEAM-7169 and BEAM-13019 JIRAs to you. Please take a look at the contribution
guide https://beam.apache.org/contribute/ as needed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 664387)
Time Spent: 50m (was: 40m)
> Sample in PAssert JavaDoc shows un-known function
> -------------------------------------------------
>
> Key: BEAM-7169
> URL: https://issues.apache.org/jira/browse/BEAM-7169
> Project: Beam
> Issue Type: Bug
> Components: sdk-java-core
> Reporter: Neil Kolban
> Assignee: Chris Gray
> Priority: P3
> Labels: Clarified
> Fix For: 2.34.0
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> If we look at the JavaDoc for PAssert found here
> [https://beam.apache.org/releases/javadoc/2.12.0/index.html?org/apache/beam/sdk/testing/PAssert.html]
>
> We see a sample that reads:
> {{PCollection<Integer>}}
> {{ints = ... }}
> {{PCollection<Integer> sum = ints}}
> {{ .apply(Combine.globally(new SumInts()));}}
> {{ PAssert.that(sum)}}
> {{ .is(42);}}
> My problem / concern with this is the use of the method "is()". This is not
> an exposed function on the class PAssert.IterableAssert. This issue looks
> for examination.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)