File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/snowflake/snowpark/_internal/compiler Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ def _update_parents(
173173 self ._query_generator .session .reduce_describe_query_enabled
174174 and context ._is_snowpark_connect_compatible_mode
175175 ):
176- # create a deterministic name using the first 16 chars of encoded_node_id_with_query (SHA256 hash)
176+ # create a deterministic name using the first 10 chars of encoded_node_id_with_query (SHA256 hash)
177177 # It helps when DataFrame.queries is called multiple times.
178178 # Consistent CTE names returned, reducing the number of describe queries from cached_analyze_attributes calls.
179179 cte_name = f"{ TEMP_OBJECT_NAME_PREFIX } { TempObjectType .CTE .value } _{ node .encoded_node_id_with_query [:HASH_LENGTH ].upper ()} "
You can’t perform that action at this time.
0 commit comments