shoyer commented on issue #33020: URL: https://github.com/apache/beam/issues/33020#issuecomment-2458201456
Here's an another case which is clearly broken: ``` >>> [(np.int64(1), 'first'), (np.int64(2), 'second')] | beam.GroupByKey() [(0, ['first', 'second'])] ``` -- 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]
