eason-yuchen-liu commented on PR #54523: URL: https://github.com/apache/spark/pull/54523#issuecomment-3994154488
@holdenk The current behavior of RTM allowlist is that the user will see an error like below that points out the way to workaround the check. They can choose to unblock themselves. Compared to logging a warning, allowlist exception gives us more wiggle room in the future. Do you still prefer warning instead of failing in this case. Thanks. ``` "The <errorType>(s): <message> not in the <errorType> allowlist for Real-Time Mode. To bypass this check, set spark.databricks.streaming.realTimeMode.allowlistCheck to false. By changing this, you agree to run the query at your own risk." ``` -- 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]
