tvalentyn commented on code in PR #22131:
URL: https://github.com/apache/beam/pull/22131#discussion_r971341653
##########
build.gradle.kts:
##########
@@ -325,6 +325,8 @@ tasks.register("python38PostCommit") {
dependsOn(":sdks:python:test-suites:direct:py38:postCommitIT")
dependsOn(":sdks:python:test-suites:direct:py38:hdfsIntegrationTest")
dependsOn(":sdks:python:test-suites:portable:py38:postCommitPy38")
+ // TODO: https://github.com/apache/beam/issues/22651
Review Comment:
nit: @AnandInguva in Beam we typically mention a TODO, and then add a short
description that follows the TODO. Full description can be in the TODO itself.
For example:
// TODO(https://github.com/apache/beam/issues/22651): Build docker image for
tensor RT at runtime.
Also this todo seems a bit out of place here.
--
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]