kunwp1 commented on code in PR #7473:
URL: https://github.com/apache/texera/pull/7473#discussion_r3754651125
##########
amber/src/main/scala/org/apache/texera/web/resource/SyncExecutionResource.scala:
##########
@@ -769,6 +773,8 @@ class SyncExecutionResource extends LazyLogging {
val uriOption = getConsoleMessageUri(executionId, OperatorIdentity(opId))
uriOption.flatMap { uri =>
+ // Refuse to read per-user-warehouse console messages while the
feature is off (#6930).
+ WarehouseReadGuard.assertReadable(uri)
Review Comment:
See the comment above. Same here.
--
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]