mirror of
https://github.com/wassname/ray.git
synced 2026-07-14 11:17:54 +08:00
[Streaming] Union api (#8612)
This commit is contained in:
@@ -33,7 +33,7 @@ class StreamingContext:
|
||||
self
|
||||
"""
|
||||
if key is not None:
|
||||
assert value
|
||||
assert value is not None
|
||||
self._options[key] = str(value)
|
||||
if conf is not None:
|
||||
for k, v in conf.items():
|
||||
|
||||
Reference in New Issue
Block a user