zhaorongsheng commented on PR #301:
URL: 
https://github.com/apache/doris-spark-connector/pull/301#issuecomment-2822921951

   > > > Here we should just check whether the status of commit and abort is 
success?
   > > 
   > > 
   > > Spark class `ListenerBus`( line 127) will not throw exception when it 
check the exception is NonFatal exception. So we should change the exception to 
Fatal exception.
   > 
   > Does this mean that even if commit throws an exception, the spark program 
will not exit?
   
   Yep. Spark `ListenerBus` will check whether the exception is fatal or not . 
If the exception is not fatal the spark program only prints some warn logs and 
the status of the program is `success`.


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