partition by (c1,c2) return compile error, current is 4016

This commit is contained in:
obdev
2024-03-05 03:48:19 +00:00
committed by ob-robot
parent 5cb186e4a7
commit 0ef3eace68
3 changed files with 14 additions and 6 deletions

View File

@ -73,6 +73,7 @@ int ObSQLParser::parse_and_gen_sqlid(void *malloc_pool,
parse_result->is_dynamic_sql_ = false;
parse_result->is_batched_multi_enabled_split_ = false;
parse_result->may_bool_value_ = false;
parse_result->is_external_table_ = false;
int64_t new_length = str_len + 1;
char *buf = (char *)parse_malloc(new_length, parse_result->malloc_pool_);