Skip to content

Commit

Permalink
chore(flink): disable unixdate
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Aug 17, 2024
1 parent 559b645 commit 25e9f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ibis/backends/sql/compilers/flink.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ class FlinkCompiler(SQLGlotCompiler):
ops.RowID,
ops.StringSplit,
ops.Translate,
ops.UnixDate,
)

SIMPLE_OPS = {
Expand Down
2 changes: 1 addition & 1 deletion ibis/backends/tests/test_temporal.py
Original file line number Diff line number Diff line change
Expand Up @@ -2294,7 +2294,7 @@ def test_date_scalar(con, value, func):


@pytest.mark.notyet(
["dask", "datafusion", "pandas", "druid", "exasol"],
["dask", "datafusion", "pandas", "druid", "exasol", "flink"],
raises=com.OperationNotDefinedError,
)
def test_simple_unix_date_offset(con):
Expand Down

0 comments on commit 25e9f5f

Please sign in to comment.