We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d58180 commit 4757d6fCopy full SHA for 4757d6f
tests/expressions/test_visitors.py
@@ -1895,7 +1895,7 @@ def test_translate_column_names_missing_column_projected_field_matches_initial_d
1895
)
1896
1897
# Projected field value that matches the expression literal
1898
- projected_field_values = {"missing_col_1": 10} # This doesn't match expression literal (42)
+ projected_field_values = {"missing_col": 10} # This doesn't match expression literal (42)
1899
1900
# Translate column names
1901
translated_expr = translate_column_names(
0 commit comments