Commit Graph

439 Commits

Author SHA1 Message Date
bdaa1ae7d9 add error info to partition-level direct load 2024-10-16 05:43:59 +00:00
996378a443 [CP] [XA][4x] narrow the range of thread data lock in xa 2024-10-15 09:43:55 +00:00
c51c3536e5 add item type and member of select into spec for parquet and orc 2024-10-12 20:44:10 +00:00
95ba0af2a7 clone tenant is not supported in shared storage mode, add error reporting for sql statements. 2024-10-12 04:44:09 +00:00
b4e818c3e7 [CP] move compression format into csv format 2024-10-08 17:46:07 +00:00
fdd96032d6 [FEAT MERGE] Support tenant-level global control direct load data
Co-authored-by: fforkboat <fforkboat@gmail.com>
2024-09-29 06:16:11 +00:00
ee96750329 fix: [mysql compat] parser/resolver wrongly processed 'drop role if exists' 2024-09-28 00:16:07 +00:00
79e7eefa2e fix make_handle null 2024-09-27 18:15:52 +00:00
b12732f105 Fix collation and auto refresh bug for odps external table 2024-09-26 16:17:24 +00:00
0dc70f6600 [CP] [FEAT MERGE]字符集从42xrelease分支 patch 合入master分支 2024-09-26 09:17:10 +00:00
115305498d [CP] [to #2024081200104104666]fix bug dblink PL timeout 2024-09-26 05:46:32 +00:00
7257398c83 fix mock statement report error unexpected 2024-09-25 18:16:28 +00:00
eee3b2ce8e Fix issue that px hang when init sqc failed 2024-09-25 17:46:59 +00:00
beb9f30a20 [FEAT MERGE] 4.2.4 sql execution feature cp 4.3.4
Co-authored-by: qingsuijiu <642782632@qq.com>
Co-authored-by: jingtaoye35 <1255153887@qq.com>
Co-authored-by: cqliang1995 <cq.liang@outlook.com>
2024-09-25 07:51:13 +00:00
ffa4025af4 improve sql statement for flushing ss_micro_cache 2024-09-20 11:15:39 +00:00
6ca8ca9e0c [FEAT MERGE] mocking MySQL5.7 system variables and system views 2024-09-20 08:03:40 +00:00
17112490dd modify codeowner 2024-09-18 07:54:00 +00:00
815b69bd02 ddl defult use compression algorithm from table schema in temp file store 2024-09-18 07:29:45 +00:00
f0c3ccc897 [CP] fix print secret key 2024-09-18 06:59:58 +00:00
a90a362952 remove lob_ddl_mysql case in ss mode 2024-08-31 12:52:27 +00:00
a2b074dc8b Revert mv rewrite privilege check 2024-08-29 04:54:25 +00:00
c11ef76f19 [FEAT MERGE]ODPS patch to master
Co-authored-by: dontknow9179 <545187809@qq.com>
2024-08-27 14:09:55 +00:00
ad224ebdb6 patch [FEAT MERGE] support olap async job
Co-authored-by: lmjhh <576788582@qq.com>
2024-08-27 11:43:42 +00:00
ae6a932613 [FEAT MERGE] merge external table orc read feature 2024-08-26 06:32:55 +00:00
10e34896bc [FEAT MERGE] enhance mview rewrite, support join MAV fast refresh and real-time mview
Co-authored-by: hy-guo <fqboyg@gmail.com>
2024-08-23 13:55:07 +00:00
058c8edbae fix direct load coordinator write lock contention 2024-08-23 10:47:18 +00:00
c3a9346bd5 [FEAT MERGE]Support insert overwrite partition 2024-08-23 06:38:15 +00:00
e537a0c479 [FEAT MERGE] 424 SQL compatibility patch 433
Co-authored-by: wjhh2008 <wjh2006-1@163.com>
Co-authored-by: GongYusen <986957406@qq.com>
Co-authored-by: hy-guo <fqboyg@gmail.com>
2024-08-23 03:32:02 +00:00
2ddad4afc0 [FEAT MERGE] 备库优化 + is_standby_cluster调用点替换 + service_name 2024-08-22 16:18:56 +00:00
048b7033d7 [FEAT MERGE] external table support compressed csv file 2024-08-22 05:36:29 +00:00
32c124797e load data ignore first n lines of each file 2024-08-20 07:47:07 +00:00
a4b79b6ac7 [CP] fix csv external table bug 2024-08-19 08:39:30 +00:00
0386a03a83 fix memory leak in load data 2024-08-16 07:48:12 +00:00
f2b2472f5e [FEAT MERGE] ENHANCE CARDINALITY ESTIMATION AND OPTIMIZER STATS MANAGEMENT
Co-authored-by: ChangerR <dingjinchengyx@163.com>
Co-authored-by: wangt1xiuyi <13547954130@163.com>
2024-08-15 13:15:10 +00:00
db50ec5142 Remove pl cache when remove pl obj. 2024-08-15 12:55:24 +00:00
995d01af9b direct load support specifying any number of columns and column order 2024-08-14 09:18:38 +00:00
267e780787 [FEAT MERGE] 日志流副本运维命令 2024-08-12 10:05:52 +00:00
66938d14e8 fix load data file reader memory leak 2024-08-12 09:41:53 +00:00
0fa70fd5ff allow forced non-sorting for direct insert into select 2024-08-05 09:47:42 +00:00
440efc6889 [FEAT MERGE] load data support compress file
Co-authored-by: ant-ob-hengtang <zj458684356@gmail.com>
2024-08-01 15:03:24 +00:00
423ca45f04 kill query cs_id scene 2024-07-30 11:14:03 +00:00
9f605c632f [CP] [to #57831036] fix anonymous block with composite out parameter in ps mode 2024-07-25 07:41:11 +00:00
45d8f8711c fix load data ignore rows bug 2024-07-23 16:51:55 +00:00
ea7a0ed8f6 Add is_direct_insert_plan_ to ObPhysicalPlanCtx 2024-07-22 18:00:02 +00:00
3adb4c0c2e [CP] [to #52806614] fix anonymous block with out parameter on prexecute & ps protocol mixed running 2024-07-16 04:48:55 +00:00
4eec8a8049 fix table level online_estimate_percent not work 2024-07-12 11:01:09 +00:00
9760ffd780 read ONLINE_ESTIMATE_PERCENT in direct load 2024-07-11 04:17:18 +00:00
d6ec2ffac9 fix config online_estimate_percent not work in remote plan 2024-07-09 14:37:46 +00:00
8b0ac4f1c2 [CP] [CP] make sure data_table_id and schema_version in based_schema_obj_info before alter table 2024-07-05 03:16:25 +00:00
9ebf3e06a5 client task construct exec_ctx 2024-07-05 02:47:39 +00:00