Hisoka-X commented on code in PR #9535:
URL: https://github.com/apache/seatunnel/pull/9535#discussion_r2188070148
##########
seatunnel-engine/seatunnel-engine-client/src/test/resources/streaming_fakesource_to_file_complex.conf:
##########
@@ -20,7 +20,7 @@
env {
parallelism = 1
- job.mode = "BATCH"
Review Comment:
and why chnage the job mode?
##########
seatunnel-engine/seatunnel-engine-server/src/test/resources/batch_fakesource_to_file_with_checkpoint.conf:
##########
@@ -15,13 +15,12 @@
# limitations under the License.
#
######
-###### This config file is a demonstration of streaming processing in
seatunnel config
+###### This config file is a demonstration of batch processing in seatunnel
config
######
env {
parallelism = 1
job.mode = "BATCH"
- checkpoint.interval = 1000
Review Comment:
Hi @e-mhui , please revert this. You can find the reason from the file name.
`batch ... with checkpoint`.
##########
seatunnel-engine/seatunnel-engine-client/src/test/resources/streaming_fakesource_to_file_complex.conf:
##########
Review Comment:
why change this file name?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]