From 364bc5fb562b0e12bbb3f7804e81965dc986fb73 Mon Sep 17 00:00:00 2001 From: Akram Yakubov Date: Thu, 9 Jan 2025 07:27:19 -0800 Subject: [PATCH] Fix typo --- .../risingwave/streams/effective/create.zfunction/client.rpt | 2 +- .../risingwave/streams/effective/create.zfunction/server.rpt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/incubator/binding-risingwave.spec/src/main/scripts/io/aklivity/zilla/specs/binding/risingwave/streams/effective/create.zfunction/client.rpt b/incubator/binding-risingwave.spec/src/main/scripts/io/aklivity/zilla/specs/binding/risingwave/streams/effective/create.zfunction/client.rpt index 8348be763c..cff99ae1a0 100644 --- a/incubator/binding-risingwave.spec/src/main/scripts/io/aklivity/zilla/specs/binding/risingwave/streams/effective/create.zfunction/client.rpt +++ b/incubator/binding-risingwave.spec/src/main/scripts/io/aklivity/zilla/specs/binding/risingwave/streams/effective/create.zfunction/client.rpt @@ -88,7 +88,7 @@ write flush read advised zilla:flush ${pgsql:flushEx() .typeId(zilla:id("pgsql")) .completion() - .tag("FLUSH_COMPLETE") + .tag("FLUSH") .build() .build()} diff --git a/incubator/binding-risingwave.spec/src/main/scripts/io/aklivity/zilla/specs/binding/risingwave/streams/effective/create.zfunction/server.rpt b/incubator/binding-risingwave.spec/src/main/scripts/io/aklivity/zilla/specs/binding/risingwave/streams/effective/create.zfunction/server.rpt index 51d568906c..74534c1d7b 100644 --- a/incubator/binding-risingwave.spec/src/main/scripts/io/aklivity/zilla/specs/binding/risingwave/streams/effective/create.zfunction/server.rpt +++ b/incubator/binding-risingwave.spec/src/main/scripts/io/aklivity/zilla/specs/binding/risingwave/streams/effective/create.zfunction/server.rpt @@ -86,7 +86,7 @@ read "FLUSH;" write advise zilla:flush ${pgsql:flushEx() .typeId(zilla:id("pgsql")) .completion() - .tag("FLUSH_COMPLETE") + .tag("FLUSH") .build() .build()}