[Streaming] Union api (#8612)

This commit is contained in:
chaokunyang
2020-06-08 14:28:11 +08:00
committed by GitHub
parent 3ee2e9f7e5
commit d04953ab3c
24 changed files with 579 additions and 45 deletions
+1 -1
View File
@@ -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():