thinker0 commented on code in PR #3819: URL: https://github.com/apache/incubator-heron/pull/3819#discussion_r859397565
########## heron/tools/tracker/src/python/query_operators.py: ########## @@ -20,13 +20,17 @@ ''' query_operators.py ''' import asyncio +import logging import math from typing import Any, Dict, List, Optional, Union +from heron.common.src.python.utils import log from heron.proto.tmanager_pb2 import TManagerLocation from heron.tools.tracker.src.python.metricstimeline import get_metrics_timeline +Log = log.Log Review Comment: I removed 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
