Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ncclementi committed Jun 20, 2024
1 parent 94c4fbd commit a9fc1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/backends/sql/dialects.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def _create_sql(self, expression: sge.Create) -> str:
)
return self.create_sql(expression)

Hack around https://github.com/tobymao/sqlglot/issues/3684
# Hack around https://github.com/tobymao/sqlglot/issues/3684
Oracle.NULL_ORDERING = "nulls_are_large"
Oracle.Generator.TRANSFORMS |= {
sge.LogicalOr: rename_func("max"),
Expand Down

0 comments on commit a9fc1ad

Please sign in to comment.