Aleksandr Efimov has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24422
Change subject: IMPALA-15081: Add ISO timestamp filters ...................................................................... IMPALA-15081: Add ISO timestamp filters impala-profile-tool already supports Unix epoch millisecond filters through --min_timestamp and --max_timestamp. Those flags are precise but awkward when a user starts from a human-readable profile log time. Add --min_time and --max_time as timezone-aware ISO-8601 alternatives. The new flags are converted to the same Unix epoch millisecond bounds used by the existing filtering path, while rejecting mixed use with the epoch millisecond flags. Add regression coverage for UTC ISO timestamps, explicit timezone offsets, invalid timezone-less input, and mixed filter forms. Assisted-by: OpenAI Codex Change-Id: I2c43e7535db48518b7d9dd0cbb87398e639c3b72 --- M be/src/util/impala-profile-tool.cc M tests/observability/test_profile_tool.py 2 files changed, 310 insertions(+), 7 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/22/24422/1 -- 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: newchange Gerrit-Change-Id: I2c43e7535db48518b7d9dd0cbb87398e639c3b72 Gerrit-Change-Number: 24422 Gerrit-PatchSet: 1 Gerrit-Owner: Aleksandr Efimov <[email protected]>
