Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-stan committed Oct 17, 2023
1 parent e798a7f commit fe45fec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/snowflake/snowpark/_internal/analyzer/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,6 @@ def do_resolve_with_resolved_children(
validation_mode=logical_plan.validation_mode,
column_names=logical_plan.column_names,
transformations=[
# TODO investigate, this looks like a genuine type mismatch
self.analyze(x, df_aliased_col_name_to_real_col_name)
for x in logical_plan.transformations
]
Expand Down

0 comments on commit fe45fec

Please sign in to comment.