theirix commented on code in PR #22244:
URL: https://github.com/apache/datafusion/pull/22244#discussion_r3312843222


##########
datafusion/sqllogictest/test_files/information_schema.slt:
##########
@@ -862,15 +862,6 @@ datafusion public string_agg 1 IN expression String NULL 
false 1
 datafusion public string_agg 2 IN delimiter String NULL false 1
 datafusion public string_agg 1 OUT NULL String NULL false 1
 
-# test variable length arguments
-query TTTBI rowsort
-select specific_name, data_type, parameter_mode, is_variadic, rid from 
information_schema.parameters where specific_name = 'concat';

Review Comment:
   Seems like it was the only `Variadic` function before. The `count` is 
`VariadicAny`, so it returns nothing.



-- 
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]

Reply via email to