Skip to content

Commit

Permalink
Update telemetry IT
Browse files Browse the repository at this point in the history
(cherry picked from commit 51ca6c3feeb6c93ccfd07a075f618b21d5c94049)
  • Loading branch information
costin committed Oct 31, 2024
1 parent b0d261a commit 02fab88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public static Iterable<Object[]> parameters() {
| INLINESTATS max(id)
""",
Build.current().isSnapshot()
? Map.ofEntries(Map.entry("FROM", 1), Map.entry("EVAL", 1), Map.entry("INLINESTATS", 1))
? Map.of("FROM", 1, "EVAL", 1, "INLINESTATS", 1, "STATS", 1)
: Collections.emptyMap(),
Build.current().isSnapshot()
? Map.ofEntries(Map.entry("MAX", 1), Map.entry("TO_IP", 1), Map.entry("TO_STRING", 2))
Expand Down

0 comments on commit 02fab88

Please sign in to comment.