Skip to content

Commit

Permalink
Automated rollback of commit 898c909
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 635968220
  • Loading branch information
tfx-copybara committed May 22, 2024
1 parent a4d4cbe commit 24b5b42
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions tfx/proto/orchestration/pipeline.proto
Original file line number Diff line number Diff line change
Expand Up @@ -186,24 +186,13 @@ message PropertyPredicate {
PropertyPredicate rhs = 3;
}

// Logical operator on multiple elements.
// Only "AND" is supported for multi-element operator.
message MultiLogicalOperator {
enum LogicalOp {
OP_UNSPECIFIED = 0;
AND = 1;
}
LogicalOp op = 1;

repeated PropertyPredicate predicates = 4;
}

oneof operator {
ValueComparator value_comparator = 1;
UnaryLogicalOperator unary_logical_operator = 2;
BinaryLogicalOperator binary_logical_operator = 3;
MultiLogicalOperator multi_logical_operator = 4;
}

reserved 4;
}

// InputGraph expresses a declarative input resolution logic with a graph of
Expand Down

0 comments on commit 24b5b42

Please sign in to comment.