Fix streaming py test for 1.0 APIs (#10520)

This commit is contained in:
Lixin Wei
2020-09-03 14:15:09 +08:00
committed by GitHub
parent ea95e6f7cc
commit 2f03bb5100
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from ray.streaming import StreamingContext
def test_union_stream():
ray.init(load_code_from_local=True, include_java=True)
ray.init(_load_code_from_local=True, _include_java=True)
ctx = StreamingContext.Builder() \
.option("streaming.metrics.reporters", "") \
.build()