hjtran commented on code in PR #35601: URL: https://github.com/apache/beam/pull/35601#discussion_r2222824780
########## sdks/python/apache_beam/transforms/combiners.py: ########## @@ -985,3 +986,126 @@ def merge_accumulators(self, accumulators): def extract_output(self, accumulator): return accumulator[0] + + +class LiftedCombinePerKey(core.PTransform): Review Comment: I don't think so. I don't think we want to advertise this since I dont think there are cases where a user should use this CPK specifically over the general CPK -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org