mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 23:45:28 +08:00
fix thrift generate error
Former-commit-id: 444233484091fe329e190a5fd62bf93c5e26e3f4
This commit is contained in:
parent
fc21578f24
commit
168ac46cdb
@ -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 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
../../third_party/build/bin/thrift -r --gen py ./megasearch.thrift
|
||||
./thrift -r --gen py ./megasearch.thrift
|
||||
|
||||
|
||||
1
cpp/src/thrift/thrift.REMOVED.git-id
Normal file
1
cpp/src/thrift/thrift.REMOVED.git-id
Normal file
@ -0,0 +1 @@
|
||||
03af6a3a9ba8f449a7722d9b7b6474528a80e48c
|
||||
Loading…
x
Reference in New Issue
Block a user