Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Apr 18, 2024
1 parent 3097962 commit f203d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/substrait/sql/extended_expression.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Comparisons
"eq": "equal",
"nullsafeeq": "is_not_distinct_from",
"new": "not_equal",
"neq": "not_equal",
"gt": "gt",
"gte": "gte",
"lt": "lt",
Expand Down

0 comments on commit f203d41

Please sign in to comment.