amorynan commented on code in PR #43243:
URL: https://github.com/apache/doris/pull/43243#discussion_r1828816525
##########
regression-test/suites/inverted_index_p0/test_array_with_inverted_index_all_type.groovy:
##########
@@ -267,6 +267,10 @@ suite("test_array_with_inverted_index_all_type"){
assertEquals(101, json.NumberLoadedRows)
}
}
+
+ // insert into null array
+ sql """insert into ${tableName} (k1) values(101);"""
+ qt_sql_null """ select * from ${tableName} where k1 = 101; """
Review Comment:
here just insert null data , below we have array_contains query
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]