We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7de4744 commit 3d58180Copy full SHA for 3d58180
tests/expressions/test_visitors.py
@@ -1864,7 +1864,7 @@ def test_translate_column_names_missing_column_projected_field_fallbacks_to_init
1864
)
1865
1866
# Projected field value that differs from both the expression literal and initial_default
1867
- 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)
1868
1869
# Translate column names
1870
translated_expr = translate_column_names(
0 commit comments