Michael Smith has posted comments on this change. ( http://gerrit.cloudera.org:8080/24422 )
Change subject: IMPALA-15081: Add ISO timestamp filters ...................................................................... Patch Set 5: (2 comments) http://gerrit.cloudera.org:8080/#/c/24422/5/be/src/util/impala-profile-tool.cc File be/src/util/impala-profile-tool.cc: http://gerrit.cloudera.org:8080/#/c/24422/5/be/src/util/impala-profile-tool.cc@338 PS5, Line 338: if (!ParseTimezoneAwareTime(FLAGS_min_time, TimeFilterBound::MIN, &filters->min)) { Why are we writing our own timezone parsing? Boost provides this. http://gerrit.cloudera.org:8080/#/c/24422/5/tests/observability/test_profile_tool.py File tests/observability/test_profile_tool.py: http://gerrit.cloudera.org:8080/#/c/24422/5/tests/observability/test_profile_tool.py@270 PS5, Line 270: timestamp = datetime.utcfromtimestamp(seconds).strftime('%Y-%m-%dT%H:%M:%S') datetime.utcfromtimestamp is deprecated in Python 3.12, we should move to the newer method. -- To view, visit http://gerrit.cloudera.org:8080/24422 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I2c43e7535db48518b7d9dd0cbb87398e639c3b72 Gerrit-Change-Number: 24422 Gerrit-PatchSet: 5 Gerrit-Owner: Aleksandr Efimov <[email protected]> Gerrit-Reviewer: Aleksandr Efimov <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Comment-Date: Fri, 10 Jul 2026 22:40:20 +0000 Gerrit-HasComments: Yes
