This is an automated email from the ASF dual-hosted git repository.

panxiaolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new f3bf26c269c [Chore](decimal) set check_overflow_for_decimal to true 
when alter table(#28777)
f3bf26c269c is described below

commit f3bf26c269c3e6b829aaf165c17e5687de92e8e8
Author: Pxl <[email protected]>
AuthorDate: Thu Dec 21 16:27:06 2023 +0800

    [Chore](decimal) set check_overflow_for_decimal to true when alter 
table(#28777)
    
    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 14e84c4bdc9..b1ce326c826 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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to