Weijun-H commented on PR #8847:
URL: 
https://github.com/apache/arrow-datafusion/pull/8847#issuecomment-1890470616

   > This seems like it is an oversight in our CI -- is it possible to write a 
test that would fail without this code change 🤔
   > 
   > Nice catch
   
   The problem may not related to ci, because I tested it on cli, and it also 
worked. @alamb 
   ```
   ❯ select array_resize([1,2],5);
   +------------------------------------------------------+
   | array_resize(make_array(Int64(1),Int64(2)),Int64(5)) |
   +------------------------------------------------------+
   | [1, 2, , , ]                                         |
   +------------------------------------------------------+
   1 row in set. Query took 0.009 seconds.
   ```
   
   


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

Reply via email to