Re:Re:Open a DSIP for the GEO function

2023-04-11 Thread 李乾丰
Hi,Minghong thanks for your advice, I will implement the basic GEO functions first, as I mentioned in the documentation(https://cwiki.apache.org/confluence/display/DORIS/DSIP-033%3A+More+GEO+functions). Then learn how to support GEO in Nereids planner. Best Regards Qianfeng Li 李乾丰 liqia

[GitHub] [doris-thirdparty] yangsiyu1 commented on a diff in pull request #50: [Enhancement](tokenizer) accelerate ascii tokenizer speed by simd to_lower function

2023-04-11 Thread via GitHub
yangsiyu1 commented on code in PR #50: URL: https://github.com/apache/doris-thirdparty/pull/50#discussion_r1163525833 ## src/core/CLucene/util/stringUtil.h: ## @@ -24,4 +29,52 @@ T *strDuplicate(const T *str); template size_t lenOfString(const T *str); + +template +class Lo

[GitHub] [doris-thirdparty] yangsiyu1 commented on pull request #54: [Update] add ram balance for SDocumentWriter

2023-04-11 Thread via GitHub
yangsiyu1 commented on PR #54: URL: https://github.com/apache/doris-thirdparty/pull/54#issuecomment-1504459055 LGTM -- 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 unsub

Re:Re:Open a DSIP for the GEO function

2023-04-11 Thread Zhou Minghong
Hi all, It would be good to support GEO functions in Nereids planner, not in original Planner. BR/Minghong 在 2023-04-11 16:13:37,"Mingyu Chen" 写道: >Nice Job! >I have created the wiki page for you[1] > > >[1] >https://cwiki.apache.org/confluence/display/DORIS/DSIP-033%3A+More+G

Re:[discuss] kickoff 1.2.4 release management process

2023-04-11 Thread Mingyu Chen
Hi all, I would like to make a new release 1.2.4 this week, since there are some important issue has been fixed or improved. If you have any commits that need to be merged into this release, please let me know. -- Best Regards Mingyu Chen Email: morning...@apache.org At 2023-03-30 09:4

Re:Open a DSIP for the GEO function

2023-04-11 Thread Mingyu Chen
Nice Job! I have created the wiki page for you[1] [1] https://cwiki.apache.org/confluence/display/DORIS/DSIP-033%3A+More+GEO+functions -- Best Regards Mingyu Chen Email: morning...@apache.org At 2023-04-11 12:49:19, "李乾丰" wrote: >hi,all > >I want to implement more GEO functions for a