Skip to content

Commit b83a88e

Browse files
ted0928cpcloud
andauthored
feat(flink): support StringSplit (#11049)
Co-authored-by: Phillip Cloud <[email protected]>
1 parent 758fd51 commit b83a88e

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

ibis/backends/sql/compilers/databricks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ class DatabricksCompiler(PySparkCompiler):
2121
ops.BitXor: "bit_xor",
2222
ops.TypeOf: "typeof",
2323
ops.RandomUUID: "uuid",
24-
ops.StringSplit: "split",
2524
}
2625

2726
UNSUPPORTED_OPS = (

ibis/backends/sql/compilers/flink.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ class FlinkCompiler(SQLGlotCompiler):
8686
ops.ReductionVectorizedUDF,
8787
ops.RegexSplit,
8888
ops.RowID,
89-
ops.StringSplit,
9089
ops.Translate,
9190
ops.StringToTime,
9291
)

ibis/backends/tests/test_string.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,6 @@ def uses_java_re(t):
565565
"mssql",
566566
"druid",
567567
"oracle",
568-
"flink",
569568
"exasol",
570569
],
571570
raises=com.OperationNotDefinedError,

0 commit comments

Comments
 (0)