Skip to content

Commit 246b075

Browse files
authored
fix: upade for adding example for batchmap (#134)
Signed-off-by: RohanAshar <[email protected]>
1 parent 7997724 commit 246b075

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
execution_ids: [
19-
"batch-map-example", "mapt-event-time-filter-function", "flat-map-stream", "map-flatmap",
19+
"batch-map-flatmap", "mapt-event-time-filter-function", "flat-map-stream", "map-flatmap",
2020
"even-odd", "simple-sink", "reduce-sum", "reduce-stream-sum",
2121
"map-forward-message", "reduce-counter", "sideinput-example",
2222
"udf-sideinput-example", "source-simple-source", "session-reduce-count"

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<version>3.3.0</version>
5050
<executions>
5151
<execution>
52-
<id>batch-map-example</id>
52+
<id>batch-map-flatmap</id>
5353
<phase>package</phase>
5454
<goals>
5555
<goal>dockerBuild</goal>

0 commit comments

Comments
 (0)