mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-04 18:02:08 +08:00
Merge branch 'branch-1.2' into 'branch-1.2'
MS-32 fix thrift generate error See merge request megasearch/vecwise_engine!45 Former-commit-id: c38029f2e4bac15245ea06900b680cf7d86fc70c
This commit is contained in:
commit
f038c5d289
@ -23,3 +23,4 @@ Please mark all change in change log and use the ticket from JIRA.
|
||||
- MS-4 - Refactor the vecwise_engine code structure
|
||||
- MS-20 - Clean Code Part 1
|
||||
- MS-30 - Use faiss v1.5.2
|
||||
- MS-32 - Fix thrift error
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
../../third_party/build/bin/thrift -r --gen cpp ./megasearch.thrift
|
||||
thrift -r --gen cpp ./megasearch.thrift
|
||||
|
||||
|
||||
@ -3,7 +3,6 @@
|
||||
* Unauthorized copying of this file, via any medium is strictly prohibited.
|
||||
* Proprietary and confidential.
|
||||
******************************************************************************/
|
||||
namespace cl megasearch.thrift
|
||||
namespace cpp megasearch.thrift
|
||||
namespace py megasearch.thrift
|
||||
namespace d megasearch.thrift
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
../../third_party/build/bin/thrift -r --gen py ./megasearch.thrift
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user