leiyiz commented on a change in pull request #12580:
URL: https://github.com/apache/beam/pull/12580#discussion_r474867125
##########
File path:
sdks/python/apache_beam/testing/benchmarks/nexmark/nexmark_launcher.py
##########
@@ -242,12 +249,28 @@ def run(self):
queries = {
0: query0,
1: query1,
- 2: query2, # TODO(mariagh): Add more queries.
- 9: query9
+ 2: query2,
+ 3: query3,
+ 4: query4,
+ 5: query5,
+ 6: query6,
+ 7: query7,
+ 8: query8,
+ 9: query9,
+ 11: query11
}
# TODO(mariagh): Move to a config file.
Review comment:
I think this TODO is still valid because I think eventually we do want
to move to a more configurable future?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]