Skip to content

Commit

Permalink
feat(snowflake): fix array slicing
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jan 18, 2023
1 parent dd759d3 commit bd7af2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibis/backends/snowflake/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ def _map(_, op):
ops.ArrayColumn: lambda t, op: sa.func.array_construct(
*map(t.translate, op.cols)
),
ops.ArraySlice: _array_slice,
ops.Map: _map,
}
)
Expand Down

0 comments on commit bd7af2a

Please sign in to comment.