Skip to content

Commit 0a13132

Browse files
committed
NOCOMMIT
We need to decide something important before mering.
1 parent 034e4b6 commit 0a13132

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/date

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/date/DateDiff.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public static Part resolve(String dateTimeUnit) {
167167
""", file = "date", tag = "evalDateDiffYearForDocs"), @Example(description = """
168168
If any column is multivalued, this will return a `null` result.
169169
""", file = "date", tag = "date-diff-mv") }
170-
)
170+
) // NOCOMMIT can we reserve the right to change the null-and-warn behavior?
171171
public DateDiff(
172172
Source source,
173173
@Param(name = "unit", type = { "keyword", "text" }, description = "Time difference unit") Expression unit,

0 commit comments

Comments
 (0)