Skip to content

Commit

Permalink
feat(mysql): support ntile
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 13, 2023
1 parent 3932785 commit 9a14ba3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ibis/backends/mysql/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,3 @@ def _temporal_delta(t, op):
ops.DateDelta: _temporal_delta,
}
)

_invalid_operations = {
ops.NTile,
}

operation_registry = {
k: v for k, v in operation_registry.items() if k not in _invalid_operations
}

0 comments on commit 9a14ba3

Please sign in to comment.