From dbe7d4e1f349f5f25e55ad69c67bfc306e2fa761 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Mon, 7 Aug 2023 07:23:34 -0400 Subject: [PATCH] feat(snowflake): support literal map key contains check --- ibis/backends/tests/test_map.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ibis/backends/tests/test_map.py b/ibis/backends/tests/test_map.py index 30d692df580d..717f6c71ab6f 100644 --- a/ibis/backends/tests/test_map.py +++ b/ibis/backends/tests/test_map.py @@ -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")