Merge branch '3.0' of github.com:taosdata/TDengine into feature/udf

This commit is contained in:
slzhou 2022-05-07 21:42:26 +08:00
commit ad9c298e24
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#if 0
#include <iostream>
#include <gtest/gtest.h>
@ -439,3 +441,5 @@ TEST(td_encode_test, compound_struct_encode_test) {
}
#endif
#pragma GCC diagnostic pop
#endif