diff --git a/cpp/CHANGELOG.md b/cpp/CHANGELOG.md index efb810e2a5..1e0e501546 100644 --- a/cpp/CHANGELOG.md +++ b/cpp/CHANGELOG.md @@ -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 diff --git a/cpp/src/thrift/cpp_gen.sh b/cpp/src/thrift/cpp_gen.sh index df04e46c99..c3065b1f50 100755 --- a/cpp/src/thrift/cpp_gen.sh +++ b/cpp/src/thrift/cpp_gen.sh @@ -1,4 +1,4 @@ #!/bin/bash -../../third_party/build/bin/thrift -r --gen cpp ./megasearch.thrift +thrift -r --gen cpp ./megasearch.thrift diff --git a/cpp/src/thrift/gen-py/__init__.py b/cpp/src/thrift/gen-py/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/cpp/src/thrift/megasearch.thrift b/cpp/src/thrift/megasearch.thrift index e85b77dc3d..800faf5db8 100644 --- a/cpp/src/thrift/megasearch.thrift +++ b/cpp/src/thrift/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 diff --git a/cpp/src/thrift/py_gen.sh b/cpp/src/thrift/py_gen.sh deleted file mode 100755 index de661cf0c3..0000000000 --- a/cpp/src/thrift/py_gen.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -../../third_party/build/bin/thrift -r --gen py ./megasearch.thrift -