We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734ef9b commit 34aef42Copy full SHA for 34aef42
1 file changed
sqlmesh/core/console.py
@@ -2044,8 +2044,6 @@ def show_linter_violations(
2044
2045
def _cells_match(x: t.Any, y: t.Any) -> bool:
2046
"""Helper function to compare two cells and returns true if they're equal, handling array objects."""
2047
- if x is None or y is None:
2048
- return x == y
2049
2050
# Convert array-like objects to list for consistent comparison
2051
def _normalize(val: t.Any) -> t.Any:
0 commit comments