This is an automated email from the ASF dual-hosted git repository.

technoboy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new f410c6b88ac [fix] fix window function example yaml (#19340)
f410c6b88ac is described below

commit f410c6b88ac248007a121f467beaec29351980bf
Author: Neng Lu <[email protected]>
AuthorDate: Fri Jan 27 20:04:51 2023 -0800

    [fix] fix window function example yaml (#19340)
---
 .../src/main/resources/example-window-function-config.yaml          | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/pulsar-functions/java-examples/src/main/resources/example-window-function-config.yaml
 
b/pulsar-functions/java-examples/src/main/resources/example-window-function-config.yaml
index 3edba315e96..4559ab5005a 100644
--- 
a/pulsar-functions/java-examples/src/main/resources/example-window-function-config.yaml
+++ 
b/pulsar-functions/java-examples/src/main/resources/example-window-function-config.yaml
@@ -19,10 +19,10 @@
 
 tenant: "test"
 namespace: "test-namespace"
-name: "example"
+name: "window-example"
 className: "org.apache.pulsar.functions.api.examples.AddWindowFunction"
-inputs: ["test_src"]
-output: "test_result"
+inputs: ["test_window_src"]
+output: "test_window_result"
 autoAck: true
 parallelism: 1
 windowConfig:

Reply via email to