Yicong-Huang commented on code in PR #6126:
URL: https://github.com/apache/texera/pull/6126#discussion_r3524158487


##########
common/workflow-core/src/main/protobuf/org/apache/texera/amber/core/executor.proto:
##########
@@ -39,15 +38,12 @@ message OpExecWithClassName {
   string descString = 2;
 }
 
-message OpExecSource {
-  string storageKey = 1;
-  WorkflowIdentity workflowIdentity = 2 [(scalapb.field).no_box = true];
-}
-
 message OpExecInitInfo {
+  // Field number 3 (OpExecSource / opExecSource) was removed after cache 
source
+  // operators were replaced by input-port materialization reader threads 
(#3425).
+  reserved 3;

Review Comment:
   as we control both sides of the proto, we don't need to reserve it. 



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