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