Skip to content

Commit 50676d1

Browse files
committed
add a hint for BCR
1 parent b2437d3 commit 50676d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/snowflake/snowpark/dataframe_reader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,6 +1071,7 @@ def xml(self, path: str, _emit_ast: bool = True) -> DataFrame:
10711071
df._ast_id = stmt.uid
10721072

10731073
# cast to input custom schema type
1074+
# TODO: SNOW-2923003: remove single quote after server side BCR is done
10741075
if self._user_schema:
10751076
cols = [
10761077
df[single_quote(field._name)]

0 commit comments

Comments
 (0)