feat: taosbenchmark support creating table interval for main (#20482)

* feat: taosbenchmark support creating table interval for main

* fix: update taos-tools test case ea02029

* fix: update taos-tools ea02029 for main
This commit is contained in:
Shuduo Sang 2023-03-16 17:12:52 +08:00 committed by GitHub
parent 86e3d838b7
commit b37368ef5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# taos-tools # taos-tools
ExternalProject_Add(taos-tools ExternalProject_Add(taos-tools
GIT_REPOSITORY https://github.com/taosdata/taos-tools.git GIT_REPOSITORY https://github.com/taosdata/taos-tools.git
GIT_TAG ad1a32b GIT_TAG ea02029
SOURCE_DIR "${TD_SOURCE_DIR}/tools/taos-tools" SOURCE_DIR "${TD_SOURCE_DIR}/tools/taos-tools"
BINARY_DIR "" BINARY_DIR ""
#BUILD_IN_SOURCE TRUE #BUILD_IN_SOURCE TRUE