Skip to content

Commit

Permalink
chore(oracle): remove duplicate ops.Hash specification (#9915)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored Aug 26, 2024
1 parent 86a3c06 commit 6d84dbc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ibis/backends/sql/compilers/oracle.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,11 @@ class OracleCompiler(SQLGlotCompiler):
ops.BitOr: "bit_or_agg",
ops.BitXor: "bit_xor_agg",
ops.BitwiseAnd: "bitand",
ops.Hash: "hash",
ops.Hash: "ora_hash",
ops.LPad: "lpad",
ops.RPad: "rpad",
ops.StringAscii: "ascii",
ops.Strip: "trim",
ops.Hash: "ora_hash",
}

@staticmethod
Expand Down

0 comments on commit 6d84dbc

Please sign in to comment.