Skip to content

Commit

Permalink
add description
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aalam committed Sep 17, 2024
1 parent 1689ebf commit 5e8a2d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/snowflake/snowpark/_internal/analyzer/snowflake_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,9 @@ def __init__(
# on the optimized plan. During the final query generation, no schema query is needed,
# this helps reduces un-necessary overhead for the describing call.
self._skip_schema_query = skip_schema_query
# TODO: describe
# Value of cte_optimization_enabled and query_compilation_stage_enabled can change during
# resolution step. We need to cache the value at the beginning of resolve process and use
# the cached value during the plan build process.
self._cte_optimization_enabled: Optional[bool] = None
self._query_compilation_stage_enabled: Optional[bool] = None

Expand Down

0 comments on commit 5e8a2d2

Please sign in to comment.