You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "16601746291 (via GitHub)" <gi...@apache.org> on 2023/04/29 15:10:04 UTC

[GitHub] [doris] 16601746291 opened a new issue, #19224: [Bug] array_map function error

16601746291 opened a new issue, #19224:
URL: https://github.com/apache/doris/issues/19224

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Version
   
   doris1.2.3
   
   ### What's Wrong?
   
   mysql> set enable_vectorized_engine = true;
   Query OK, 0 rows affected (0.00 sec)
   
   mysql> select array(1,2,3);
   +----------------+
   | array(1, 2, 3) |
   +----------------+
   | [1, 2, 3]      |
   +----------------+
   1 row in set (0.00 sec)
   
   mysql> select array_map(x -> x+1 ,array(1,2,3));
   ERROR 1105 (HY000): errCode = 2, detailMessage = Syntax error in line 1:
   select array_map(x -> x+1 ,array(1,2,3))
                       ^
   Encountered: >
   Expected: IDENTIFIER
   
   mysql> 
   
   
   What happened?  when i execute array_map function ,report error info:
   Encountered: >
   Expected: IDENTIFIER
   lambda is right, so why happen this?
   
   
   ### What You Expected?
   
   use array_map function run some logic
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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-unsubscribe@doris.apache.org.apache.org

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


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


[GitHub] [doris] zhangstar333 commented on issue #19224: [Bug] array_map function error

Posted by "zhangstar333 (via GitHub)" <gi...@apache.org>.
zhangstar333 commented on issue #19224:
URL: https://github.com/apache/doris/issues/19224#issuecomment-1533986315

   doris1.2.3 not has this function yet.


-- 
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-unsubscribe@doris.apache.org

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


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


[GitHub] [doris] 16601746291 commented on issue #19224: [Bug] array_map function error

Posted by "16601746291 (via GitHub)" <gi...@apache.org>.
16601746291 commented on issue #19224:
URL: https://github.com/apache/doris/issues/19224#issuecomment-1535012464

   Now  i updagrade doris version to 1.2.4.1, but same like this: 
   
   ![image](https://user-images.githubusercontent.com/49640575/236259769-132109b8-b885-4382-8711-ee5f92086462.png)
   


-- 
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-unsubscribe@doris.apache.org

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


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


[GitHub] [doris] LemonLiTree commented on issue #19224: [Bug] array_map function error

Posted by "LemonLiTree (via GitHub)" <gi...@apache.org>.
LemonLiTree commented on issue #19224:
URL: https://github.com/apache/doris/issues/19224#issuecomment-1534000984

   Documentation tag is wrong, I will fix it soon


-- 
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-unsubscribe@doris.apache.org

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


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


[GitHub] [doris] yiguolei closed issue #19224: [Bug] array_map function error

Posted by "yiguolei (via GitHub)" <gi...@apache.org>.
yiguolei closed issue #19224: [Bug]  array_map function error
URL: https://github.com/apache/doris/issues/19224


-- 
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-unsubscribe@doris.apache.org

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


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


[GitHub] [doris] 16601746291 commented on issue #19224: [Bug] array_map function error

Posted by "16601746291 (via GitHub)" <gi...@apache.org>.
16601746291 commented on issue #19224:
URL: https://github.com/apache/doris/issues/19224#issuecomment-1534000128

   Is loose documentation ?The document says since 1.2.2
   
   ![image](https://user-images.githubusercontent.com/49640575/236098306-1fe22acc-a04e-4e2f-b16c-528ba5569627.png)
   


-- 
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-unsubscribe@doris.apache.org

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


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