Merge pull request #5284 from taosdata/fix/TD-3023

[TD-3023]<fix>Duplicate date type redefined
This commit is contained in:
huili 2021-02-26 11:17:27 +08:00 committed by GitHub
commit ddc8bcd9ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ typedef struct tstr {
#define IS_VAR_DATA_TYPE(t) (((t) == TSDB_DATA_TYPE_BINARY) || ((t) == TSDB_DATA_TYPE_NCHAR))
// this data type is internally used only in 'in' query to hold the values
#define TSDB_DATA_TYPE_ARRAY (TSDB_DATA_TYPE_NCHAR + 1)
#define TSDB_DATA_TYPE_ARRAY (1000)
#define GET_TYPED_DATA(_v, _finalType, _type, _data) \
do { \