Skip to content

Commit 55f3ecd

Browse files
committed
Update javadoc to prepare PR
Signed-off-by: Chen Dai <[email protected]>
1 parent 03dd5ae commit 55f3ecd

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/java/org/opensearch/sql/planner/optimizer/pattern

1 file changed

+1
-1
lines changed

core/src/main/java/org/opensearch/sql/planner/optimizer/pattern/Patterns.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public static Property<LogicalPlan, Table> table() {
113113
}
114114

115115
/**
116-
* Logical relation with table field.
116+
* Logical write with table field.
117117
*/
118118
public static Property<LogicalPlan, Table> writeTable() {
119119
return Property.optionalProperty("table",

0 commit comments

Comments
 (0)