You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/09/02 19:51:21 UTC

[GitHub] [beam] tvalentyn opened a new issue, #23016: [Feature Request]: Move LogElements transform to Beam Transforms

tvalentyn opened a new issue, #23016:
URL: https://github.com/apache/beam/issues/23016

   ### What would you like to happen?
   
   People are re-implementing LogElements and asking about similar things on stackoverflow. 
   
   https://github.com/apache/beam/blob/master/learning/katas/python/log_elements.py
   
   The LogElements is currently used  in the educational tools (Katas, Playground) and not part of the official Beam API.
   
   apache_beam/transforms or apache_beam/transforms/util.py may be a better home for it.
   
   
   
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: sdk-py-core


-- 
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-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] tvalentyn closed issue #23016: [Feature Request]: Move LogElements transform to Beam Transforms

Posted by GitBox <gi...@apache.org>.
tvalentyn closed issue #23016: [Feature Request]: Move LogElements transform to Beam Transforms
URL: https://github.com/apache/beam/issues/23016


-- 
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-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] sreenath-tm commented on issue #23016: [Feature Request]: Move LogElements transform to Beam Transforms

Posted by GitBox <gi...@apache.org>.
sreenath-tm commented on issue #23016:
URL: https://github.com/apache/beam/issues/23016#issuecomment-1236264406

   I'm interested in contributing to this issue, so before I start working it, would you mind sparing your time explaining what the fix will be like and pointing me to some resources to get started.


-- 
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-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] tvalentyn commented on issue #23016: [Feature Request]: Move LogElements transform to Beam Transforms

Posted by GitBox <gi...@apache.org>.
tvalentyn commented on issue #23016:
URL: https://github.com/apache/beam/issues/23016#issuecomment-1239823322

   Hi @sreenath-tm . Thanks for considering contributing to Beam. You can take a look at https://beam.apache.org/contribute/get-started-contributing/ and s.apache.org/beam-python-dev-wiki to get started.
   
   The fix looks like this: the transform code in https://github.com/apache/beam/blob/master/learning/katas/python/log_elements.py , 
   is moved into https://github.com/apache/beam/blob/master/sdks/python/apache_beam/transforms/util.py any references to this code are updated.  
   
   Bonus: add  a unit test that exercises the transform it.


-- 
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-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org