Skip to content

Commit 6a62802

Browse files
committed
conflict
1 parent 10032c2 commit 6a62802

File tree

1 file changed

+0
-5
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical

1 file changed

+0
-5
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical/ChangePoint.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,6 @@ public Attribute targetPvalue() {
113113
return targetPvalue;
114114
}
115115

116-
@Override
117-
public String commandName() {
118-
return "CHANGE_POINT";
119-
}
120-
121116
@Override
122117
public List<Attribute> generatedAttributes() {
123118
return List.of(targetType, targetPvalue);

0 commit comments

Comments
 (0)