You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2022/03/01 09:14:12 UTC

[GitHub] [hive] kasakrisz commented on pull request #3054: HIVE-25983 The error thrown by CONCAT_WS function when the array passed in is a non string array is a problem

kasakrisz commented on pull request #3054:
URL: https://github.com/apache/hive/pull/3054#issuecomment-1055193248


   @dh20 
   I run the following query using apache master
   ```
   SELECT concat_ws(',', array(1, 2, 3));
   ```
   and got
   ```
   Argument 2 of function CONCAT_WS must be "string or array<string>", but "array<int>" was found.
   ```
   This seems to be ok since it clearly indicates that an `array of int` was passed but an `array of string` is expected.


-- 
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: gitbox-unsubscribe@hive.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org