nicoweidner commented on a change in pull request #16807:
URL: https://github.com/apache/flink/pull/16807#discussion_r689337722



##########
File path: flink-runtime-web/web-dashboard/src/app/interfaces/job-exception.ts
##########
@@ -46,3 +46,7 @@ export interface ExceptionInfoInterface {
   taskName: string;
   location: string;
 }
+
+export interface RootExceptionInfoInterface extends ExceptionInfoInterface {

Review comment:
       Since there is no outside usage, it seemed unnecessary to export, that's 
all... But it's fine to export, it might see some future use




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


Reply via email to