maks3201 commented on issue #66562:
URL: https://github.com/apache/doris/issues/66562#issuecomment-5223135644

   Closing this as invalid. The premise is wrong: `ALTER JOB ... 
PROPERTIES('offset'='initial')` is rejected before it can take effect, because 
`JdbcSourceOffsetProvider.validateAlterOffset()` only accepts a JSON offset and 
throws AnalysisException for any named mode. So the stale dispatch described 
here cannot happen through ALTER. This is also covered by an existing 
regression test, test_streaming_postgres_job_special_offset.groovy:216-220. 
Thanks to @JNSimba for catching this on the linked PR #66563, which is closed 
as well.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to