There was an error while loading. Please reload this page.
1 parent f4f6828 commit 7541289Copy full SHA for 7541289
bigframes/session/executor.py
@@ -97,7 +97,6 @@ def __init__(
97
*,
98
strictly_ordered: bool = True,
99
metrics: Optional[bigframes.session.metrics.ExecutionMetrics] = None,
100
- nondeterminism_only_once: bool = False,
101
):
102
self.bqclient = bqclient
103
self.storage_manager = storage_manager
@@ -110,7 +109,6 @@ def __init__(
110
109
] = weakref.WeakKeyDictionary()
111
self.metrics = metrics
112
self.bqstoragereadclient = bqstoragereadclient
113
- self.nondeterminism_only_once = (nondeterminism_only_once,)
114
115
def to_sql(
116
self,
0 commit comments