yiguolei commented on code in PR #24404:
URL: https://github.com/apache/doris/pull/24404#discussion_r1326683383


##########
regression-test/suites/query_p0/sql_functions/bitmap_functions/test_bitmap_function.groovy:
##########
@@ -36,6 +36,9 @@ suite("test_bitmap_function") {
     qt_sql """ select bitmap_to_string(bitmap_from_string("0, 1, 2")) """
     qt_sql """ select bitmap_from_string("-1, 0, 1, 2") """
 
+    // BITMAP_FROM_ARRAY
+    qt_sql """ select bitmap_to_string(BITMAP_FROM_ARRAY([]));"""

Review Comment:
   测试一下新老优化器都可以work



##########
regression-test/suites/query_p0/sql_functions/bitmap_functions/test_bitmap_function.groovy:
##########
@@ -36,6 +36,9 @@ suite("test_bitmap_function") {
     qt_sql """ select bitmap_to_string(bitmap_from_string("0, 1, 2")) """
     qt_sql """ select bitmap_from_string("-1, 0, 1, 2") """
 
+    // BITMAP_FROM_ARRAY
+    qt_sql """ select bitmap_to_string(BITMAP_FROM_ARRAY([]));"""

Review Comment:
   测试一下新老优化器都可以work



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to