diff --git a/src/query/inc/qExecutor.h b/src/query/inc/qExecutor.h index 021369e23d7acfca6e1183d66d94b98784de6c1d..7dfc6857e33335273671a010d984b4667600b8f2 100644 --- a/src/query/inc/qExecutor.h +++ b/src/query/inc/qExecutor.h @@ -44,7 +44,7 @@ typedef int32_t (*__block_search_fn_t)(char* data, int32_t num, int64_t key, int #define GET_NUM_OF_RESULTS(_r) (((_r)->outputBuf) == NULL? 0:((_r)->outputBuf)->info.rows) //TODO: may need to fine tune this threshold -#define QUERY_COMP_THRESHOLD 1024 * 512 +#define QUERY_COMP_THRESHOLD (1024 * 512) #define NEEDTO_COMPRESS_QUERY(size) ((size) > QUERY_COMP_THRESHOLD ? 1 : 0) enum {