Skip to content

Commit 1d3ebf1

Browse files
committed
Update IT
Signed-off-by: Peng Huo <penghuo@gmail.com>
1 parent df424f2 commit 1d3ebf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integ-test/src/test/java/org/opensearch/sql/sql/ConditionalIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public void ifnullWithNullInputTest() {
7272
response,
7373
schema("IFNULL(null, firstname)", "IFNULL1", "keyword"),
7474
schema("IFNULL(firstname, null)", "IFNULL2", "keyword"),
75-
schema("IFNULL(null, null)", "IFNULL3", "keyword"));
75+
schema("IFNULL(null, null)", "IFNULL3", "byte"));
7676
// Retrieve the actual data rows
7777
JSONArray dataRows = response.getJSONArray("datarows");
7878

0 commit comments

Comments
 (0)