Skip to content

Commit 7170a69

Browse files
committed
test(clickhouse): regen sql
1 parent 4e1cfdf commit 7170a69

File tree

1 file changed

+2
-2
lines changed
  • ibis/backends/clickhouse/tests/snapshots/test_functions/test_column_regexp_extract

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SELECT
22
CASE
3-
WHEN notEmpty(extractGroups(CAST("t0"."string_col" AS String), CONCAT('(', '[\\d]+', ')'))[5])
4-
THEN extractGroups(CAST("t0"."string_col" AS String), CONCAT('(', '[\\d]+', ')'))[5]
3+
WHEN notEmpty(extractGroups(CAST("t0"."string_col" AS String), CONCAT('(', '[\\d]+', ')'))[4])
4+
THEN extractGroups(CAST("t0"."string_col" AS String), CONCAT('(', '[\\d]+', ')'))[4]
55
ELSE NULL
66
END AS "RegexExtract(string_col, '[\\d]+', 3)"
77
FROM "functional_alltypes" AS "t0"

0 commit comments

Comments
 (0)