Merge remote-tracking branch 'mega/branch-1.2' into branch-1.2

Former-commit-id: 5f0a9c8603f16bbadf9fecd6c87c5bd82956da7a
This commit is contained in:
Yang Xuan 2019-05-30 11:18:33 +08:00
commit 321dda5315
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