From 81bfdd295ddcdd5f76e72897e3c581a70609cb6f Mon Sep 17 00:00:00 2001 From: BiteTheDDDDt Date: Thu, 21 Dec 2023 14:24:38 +0800 Subject: [PATCH] set check_overflow_for_decimal to true when alter table --- gensrc/thrift/PaloInternalService.thrift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gensrc/thrift/PaloInternalService.thrift b/gensrc/thrift/PaloInternalService.thrift index 14e84c4bdc9276..b1ce326c826db0 100644 --- a/gensrc/thrift/PaloInternalService.thrift +++ b/gensrc/thrift/PaloInternalService.thrift @@ -181,7 +181,7 @@ struct TQueryOptions { 54: optional bool enable_share_hash_table_for_broadcast_join - 55: optional bool check_overflow_for_decimal = false + 55: optional bool check_overflow_for_decimal = true // For debug purpose, skip delete bitmap when reading data 56: optional bool skip_delete_bitmap = false