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:
jinhai 2019-05-30 11:16:25 +08:00
commit f038c5d289
5 changed files with 2 additions and 6 deletions

View File

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

View File

@ -1,4 +1,4 @@
#!/bin/bash
../../third_party/build/bin/thrift -r --gen cpp ./megasearch.thrift
thrift -r --gen cpp ./megasearch.thrift

View File

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

View File

@ -1,4 +0,0 @@
#!/bin/bash
../../third_party/build/bin/thrift -r --gen py ./megasearch.thrift