Skip to content

Commit 3a57ea2

Browse files
authored
Fix typo (#4046)
1 parent 12951c5 commit 3a57ea2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlmesh/core/dialect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ def extend_sqlglot() -> None:
10511051
_override(Parser, _warn_unsupported)
10521052
_override(Snowflake.Parser, _parse_table_parts)
10531053

1054-
# DuckDB's infix absolute power operator `@` clashes with the macro syntax
1054+
# DuckDB's prefix absolute power operator `@` clashes with the macro syntax
10551055
DuckDB.Parser.NO_PAREN_FUNCTION_PARSERS.pop("@", None)
10561056

10571057

0 commit comments

Comments
 (0)