diff options
| author | Paul Buetow <paul@buetow.org> | 2025-06-26 22:32:14 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-06-26 22:32:14 +0300 |
| commit | 91e4743ce5ddab8f6359009bb45e243d4726bcdb (patch) | |
| tree | 33b013567f4bdd84023c8879e07c5dd8e06cd6d2 /benchmarks | |
| parent | 947e08e4f9e3c9c44b346adff4eb6d68fa79a726 (diff) | |
Fix dmap CSV query syntax in profiling tool
The WHERE clause in dmap queries uses 'eq' operator for string equality,
not '=' or '=='. This was causing the CSV profiling query to fail with
a parsing error.
Fixed query:
- Changed from: where $status = "success"
- Changed to: where $status eq "success"
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'benchmarks')
0 files changed, 0 insertions, 0 deletions
