Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
whitespace
  • Loading branch information
cdkrot committed Dec 7, 2023
commit e0dfa8666cbd26139711fbec8415086f69bc6fb6
1 change: 1 addition & 0 deletions python/pyspark/sql/connect/client/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,7 @@ def __init__(
use_reattachable_execute: bool
Enable reattachable execution.
"""

class ClientThreadLocals(threading.local):
tags: set = set()
inside_error_handling: bool = False
Expand Down