Skip to content

Commit 9fbb032

Browse files
committed
fix lint
1 parent 24d0ae8 commit 9fbb032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snowflake/snowpark/_internal/analyzer/snowflake_plan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1813,7 +1813,7 @@ def _create_xml_query(
18131813
xml_reader_udtf: "UserDefinedTableFunction",
18141814
file_path: str,
18151815
options: Dict[str, str],
1816-
schema: List[Attribute],
1816+
schema: Optional[List[Attribute]] = None,
18171817
) -> str:
18181818
"""
18191819
Creates a DataFrame from a UserDefinedTableFunction that reads XML files.

0 commit comments

Comments
 (0)