Skip to content

Commit

Permalink
feat(snowflake): support literal map key contains check
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored and gforsyth committed Aug 7, 2023
1 parent 85ecbbd commit dbe7d4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ibis/backends/tests/test_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def test_literal_map_values(con):


@pytest.mark.notimpl(["postgres"])
@pytest.mark.notyet(["snowflake"])
def test_scalar_isin_literal_map_keys(con):
mapping = ibis.literal({"a": 1, "b": 2})
a = ibis.literal("a")
Expand Down

0 comments on commit dbe7d4e

Please sign in to comment.