Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
bpintea committed Jan 21, 2025
1 parent f1c2668 commit b99ae35
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ public static Iterable<Object[]> parameters() {
true
) },
new Object[] {
new Test( // Using the `::` cast operator and a function alias
new Test(
// Using the `::` cast operator and a function alias
"""
FROM idx
| EVAL ip = host::ip::string, y = to_str(host)
Expand All @@ -133,9 +134,7 @@ public static Iterable<Object[]> parameters() {
new Object[] {
new Test(
"METRICS idx max(id) BY host | LIMIT 10",
Build.current().isSnapshot()
? Map.ofEntries(Map.entry("METRICS", 1), Map.entry("LIMIT", 1))
: Collections.emptyMap(),
Build.current().isSnapshot() ? Map.ofEntries(Map.entry("METRICS", 1), Map.entry("LIMIT", 1)) : Collections.emptyMap(),
Build.current().isSnapshot() ? Map.ofEntries(Map.entry("MAX", 1)) : Collections.emptyMap(),
Build.current().isSnapshot()
) }
Expand Down

0 comments on commit b99ae35

Please sign in to comment.