-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Geospatial Data Type and GIS Function Support for milvus #37417
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: tasty-gumi The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@tasty-gumi cpp-unit-test check failed, comment |
@tasty-gumi E2e jenkins job failed, comment |
@tasty-gumi go-sdk check failed, comment |
@tasty-gumi cpp-unit-test check failed, comment |
rerun go-sdk |
rerun cpp-unit-test |
@tasty-gumi cpp-unit-test check failed, comment |
@tasty-gumi E2e jenkins job failed, comment |
/run-cpu-e2e |
@tasty-gumi E2e jenkins job failed, comment |
@tasty-gumi cpp-unit-test check failed, comment |
1 similar comment
@tasty-gumi cpp-unit-test check failed, comment |
@tasty-gumi E2e jenkins job failed, comment |
return geometry; | ||
} | ||
|
||
inline GeneratedData |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The order of function DataGen is changed, the parameter 'repeat_count' become the 6th parameter, this will lead to the failures of test_group_by, which pass a non-zero repeat_count but got a zero repeat count after this change. Please modify the corresponding ut case to avoid Signal 8 (SIGFPE)
3b943e5
to
ebf2daa
Compare
@tasty-gumi go-sdk check failed, comment |
@tasty-gumi E2e jenkins job failed, comment |
@tasty-gumi cpp-unit-test check failed, comment |
@tasty-gumi go-sdk check failed, comment |
rerun go-sdk |
@tasty-gumi E2e jenkins job failed, comment |
@tasty-gumi go-sdk check failed, comment |
@tasty-gumi cpp-unit-test check failed, comment |
add geospatial interface in src common change type define and add segcore support add storage & chunkdata support feature: go package storage & proxy & typeutil support geospatial type in internal and typeutil in pkg Signed-off-by: tasty-gumi <[email protected]> add geospatial interface in src common change type define and add segcore support change: use wkb only in core Signed-off-by: tasty-gumi <[email protected]> fix:the geospatial only use std::string as FieldDataImpl template paramters && add geospatial data generation && pass chunk ,growing , sealed test fix : merge confilcts after rebase ,test nullable not pass due to upstream feat:basic GIS Function expr and visitor impl and GIS proto support && add:storage test of geo data Signed-off-by: tasty-gumi <[email protected]> feat:add proxy validate (pass httpserver test) && plan parser of geospatialfunction fix:sealedseg && go tidy fix:go mod feat:can produce wkt result for pymilvus client feat: add parser and query operator for geos filed && print geos binlog as wkt fix:fielddataimpl interface Signed-off-by: tasty-gumi <[email protected]> fix: some format of code && segmentfault debug for rebase Signed-off-by: tasty-gumi <[email protected]> add: import util test for parquet and mix compaction test Signed-off-by: tasty-gumi <[email protected]> fix: delete useless file and fix error for rebase Signed-off-by: tasty-gumi <[email protected]> fix: git rebase for custom function feat Signed-off-by: tasty-gumi <[email protected]> fix:rename geospatial field && update proto && rewrite Geometry class with smart pointer Signed-off-by: tasty-gumi <[email protected]> add:last commit miss add files Signed-off-by: tasty-gumi <[email protected]> fix: geospatial name replace in test files && fix geomertry and parser fix:remove some file change for dev Signed-off-by: tasty-gumi <[email protected]> fix:remove size in if && add destory in ~Geometry() Signed-off-by: tasty-gumi <[email protected]> add:conan file gdal rep Signed-off-by: tasty-gumi <[email protected]> remove:gdal fPIC Signed-off-by: tasty-gumi <[email protected]> fix: for rebase Signed-off-by: tasty-gumi <[email protected]> remove:log_warn Signed-off-by: tasty-gumi <[email protected]> remove:gdal shared Signed-off-by: tasty-gumi <[email protected]> remove:tbbproxy Signed-off-by: tasty-gumi <[email protected]> fix:add gdal option && update go mod Signed-off-by: tasty-gumi <[email protected]> dev:change some scripts Signed-off-by: tasty-gumi <[email protected]> remove: dev scripts Signed-off-by: tasty-gumi <[email protected]> add:conan files dependency of gdal Signed-off-by: tasty-gumi <[email protected]> fix:fmt cpp code Signed-off-by: tasty-gumi <[email protected]> add:delete geos-config in cmake_bulid/bin which may cause permission deny Signed-off-by: tasty-gumi <[email protected]> fix: add go client geometry interface && fix group by test Signed-off-by: tasty-gumi <[email protected]> fix: mod tidy for tests go client Signed-off-by: tasty-gumi <[email protected]> fix:memory leak in test and go fmt Signed-off-by: tasty-gumi <[email protected]> fix: datagen function remove pkoffset Signed-off-by: tasty-gumi <[email protected]>
fe08100
to
85d2f9a
Compare
@tasty-gumi E2e jenkins job failed, comment |
/run-cpu-e2e |
@tasty-gumi go-sdk check failed, comment |
Signed-off-by: tasty-gumi <[email protected]>
@tasty-gumi cpp-unit-test check failed, comment |
rerun cpp-unit-test |
@tasty-gumi go-sdk check failed, comment |
issue:#27576
pr:#35990
Main Goals
Solution
delete incomplete H3 Index development and useless generated files.
fix conanfiles in milvus conan repo so that local can fetch the packages to build libraries