Re: Broken Beam Example

2024-09-24 Thread Ahmet Altay via dev
Filed an issue: https://github.com/apache/beam/issues/32552 Thank you for reporting! On Mon, Sep 23, 2024 at 3:05 PM Robert Bradshaw via dev wrote: > We should definitely make sure there's an issue for this--if this example > isn't running it's unlikely the others are as well. > > I'm not sure

Re: Broken Beam Example

2024-09-23 Thread Robert Bradshaw via dev
We should definitely make sure there's an issue for this--if this example isn't running it's unlikely the others are as well. I'm not sure what playground_snippet does or how it's tested. On Mon, Sep 23, 2024 at 3:01 PM Efrem Braun wrote: > My recollection is that there was a unittest put in pl

Re: Broken Beam Example

2024-09-23 Thread Efrem Braun
My recollection is that there was a unittest put in place a few months ago to ensure the examples on the website were all working properly. So I wonder what happened with that. On Mon, Sep 23, 2024 at 4:57 PM Joey Tran wrote: > Hey all, > > The ToList python example seems broken. Not sure if the