Skip to content

Commit 69a850e

Browse files
kevinjqliuFokko
andauthored
Update pyiceberg/expressions/visitors.py
Co-authored-by: Fokko Driesprong <fokko@apache.org>
1 parent 4757d6f commit 69a850e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyiceberg/expressions/visitors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ class _ColumnNameTranslator(BooleanExpressionVisitor[BooleanExpression]):
874874
projected_field_values: Dict[str, Any]
875875

876876
def __init__(
877-
self, file_schema: Schema, case_sensitive: bool, projected_field_values: Optional[Dict[str, Any]] = None
877+
self, file_schema: Schema, case_sensitive: bool, projected_field_values: Dict[str, Any] = EMPTY_DICT
878878
) -> None:
879879
self.file_schema = file_schema
880880
self.case_sensitive = case_sensitive

0 commit comments

Comments
 (0)