shrirangmhalgi commented on code in PR #57259:
URL: https://github.com/apache/spark/pull/57259#discussion_r3600929106


##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -7370,6 +7394,11 @@
       "Streaming real-time mode has the following limitation:"
     ],
     "subClass" : {
+      "ASYNC_PROGRESS_TRACKING_CHECKPOINTING_INTERVAL_NON_ZERO" : {
+        "message" : [
+          "The checkpointing interval for async progress tracking must be set 
to 0, which means each progress update is checkpointed. Set option 
asyncProgressTrackingCheckpointIntervalMs to 0 in DataStreamWriter options and 
retry your query."
+        ]
+      },
       "ASYNC_PROGRESS_TRACKING_NOT_SUPPORTED" : {

Review Comment:
   nit: `STREAMING_REAL_TIME_MODE.ASYNC_PROGRESS_TRACKING_NOT_SUPPORTED` is now 
dead - the only thrower (StreamingQueryManager) is removed by this PR, and the 
test asserting on it is also removed from `StreamRealTimeModeSuite`. Should the 
error condition entry itself be removed too?



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