Commit Graph

260 Commits

Author SHA1 Message Date
13e9dbbb97 [FEAT MERGE] select into upload parquet, orc, csv
Co-authored-by: doubleMocha <1085615789@qq.com>
Co-authored-by: qingzhu521 <q15000557748@gmail.com>
Co-authored-by: nautaa <870284156@qq.com>
2024-11-19 10:14:26 +00:00
e17fa92572 fix: decimal int not handled properly for values stmt 2024-11-15 11:18:38 +00:00
a8a00b05fc [CP] [FEAT MERGE] JSON/XML/GIS MEM OPTIMIZATION AND NEW XML/GIS EXPR 2024-11-13 15:15:03 +00:00
8308c30def fix rb_iterate unstable test cases 2024-11-06 06:44:11 +00:00
c51c3536e5 add item type and member of select into spec for parquet and orc 2024-10-12 20:44:10 +00:00
c1f35b1480 placeholder for unnest expr 2024-10-12 05:08:26 +00:00
a14e4547ae Opt skip index filter 2024-09-30 07:46:27 +00:00
5223d5545b bugfix: select into use memmove instead of memcpy in data_writer.flush 2024-09-28 21:16:47 +00:00
22aa6dbb84 [FEAT MERGE] impl new type materialized view support fast refresh by major merge
Co-authored-by: fforkboat <fforkboat@gmail.com>
Co-authored-by: haitaoyang <haitaoy3.14@gmail.com>
Co-authored-by: chimyue <chimyue@gmail.com>
2024-09-27 14:16:09 +00:00
3659e1278c [FEAT MERGE] roaringbitmap phase-3 2024-09-27 04:17:03 +00:00
7a2dffd115 rb_iterate json_table table_type placeholder 2024-09-25 20:19:32 +00:00
eee3b2ce8e Fix issue that px hang when init sqc failed 2024-09-25 17:46:59 +00:00
2d8fe088d3 bugfix: select into index out of range core 2024-09-23 03:15:56 +00:00
0719c308b0 [ARRAY] fix outrow array coredump 2024-09-20 09:02:25 +00:00
8ecbfd650d fix select into upload csv bugs 2024-09-20 08:20:16 +00:00
9929e8cc82 [patch 421->425->434] [json depth config] json depth config set [100, 1024] 2024-09-20 07:16:36 +00:00
94e70cc457 fix bug, compact store should not use mem in 500 tenant 2024-09-20 06:26:05 +00:00
b3a84966f9 Fix temp row store performance issue 2024-09-19 08:07:09 +00:00
f062d160be disable invalid filter pushdown to storage layer 2024-09-18 09:32:14 +00:00
7101a594d9 Fix ra datum store memory leak 2024-09-18 07:10:28 +00:00
e1d98420f5 fix bug of using MTL for tenant 500 2024-09-18 07:07:00 +00:00
eec9c0a530 [ARRAY] fix arr column conv cast 2024-09-18 05:59:46 +00:00
a90a362952 remove lob_ddl_mysql case in ss mode 2024-08-31 12:52:27 +00:00
5cbd86c9e6 [FEAT MERGE] Vector Index & Array Type
Co-authored-by: helloamateur <magiccheery@163.com>
Co-authored-by: skylhd <dickylhd@gmail.com>
Co-authored-by: JLY2015 <1623359870@qq.com>
2024-08-29 07:52:22 +00:00
f8177c2907 Fix core when clear pushdown filter. 2024-08-29 04:48:22 +00:00
6a68362067 [FEAT MERGE] [433] sql execution improvements
Co-authored-by: Zach41 <zach_41@163.com>
Co-authored-by: lucky-sinx <2549261744@qq.com>
Co-authored-by: GongYusen <986957406@qq.com>
2024-08-28 13:54:39 +00:00
c11ef76f19 [FEAT MERGE]ODPS patch to master
Co-authored-by: dontknow9179 <545187809@qq.com>
2024-08-27 14:09:55 +00:00
bfba7eb3fd [CP] bugfix: partitioned external table not add pwj constraints 2024-08-26 10:48:14 +00:00
3243eaf514 Minor, fix type of select_into op serialized value 2024-08-20 14:18:10 +00:00
203cab32b6 Minor, placeholder the serialized symbol for select_into op 2024-08-19 11:30:40 +00:00
a897079037 [FEAT MERGE] shared_nothing_tmp_file
Co-authored-by: lalalafeier <wufeifei2023@163.com>
Co-authored-by: wanyue-wy <345657357@qq.com>
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
2024-08-15 12:12:57 +00:00
0759f42e44 [CP] [FEAT MERGE] 424 PL stable features 2024-08-15 07:50:56 +00:00
a133d85a48 Support all null shortcut judge in oracle mode 2024-08-13 10:41:28 +00:00
641a6010c7 [CP] [FEAT MERGE]:compat store routine argument is null action 2024-08-01 15:09:27 +00:00
e25e984b35 add member of select into spec 2024-07-31 06:47:39 +00:00
fbb7c51990 Fix sort error 4013 2024-07-15 11:30:13 +00:00
331d22238b [auto split] relative variable place holder 2024-06-27 08:46:17 +00:00
2ef4782730 add serialize whitelist for farm 2024-06-26 10:46:15 +00:00
a5187b3130 Fix the issue of misusing the dump interface of col_store 2024-06-24 12:21:34 +00:00
b7f4eb6aa2 errsim to check the compare method for std::sort 2024-06-24 07:58:04 +00:00
9ec6708fb3 add item type and member of select into spec 2024-06-21 15:22:22 +00:00
cc1b65e578 [FEAT MERGE] sql execution improvements
Co-authored-by: DengzhiLiu <dengzhiliu@gmail.com>
Co-authored-by: Zach41 <zach_41@163.com>
Co-authored-by: tushicheng <18829573815@163.com>
2024-06-21 15:16:43 +00:00
3723b0f580 occupy position 2024-06-21 09:21:54 +00:00
edfad6976f [cp]:sync multivalue bugfix from 431 to master 2024-06-20 09:26:27 +00:00
6bf3f38ce4 [FEAT MERGE] ap benchmark opt
Co-authored-by: zhenhan.gong@gmail.com <zhenhan.gong@gmail.com>
Co-authored-by: skylhd <dickylhd@gmail.com>
Co-authored-by: DengzhiLiu <dengzhiliu@gmail.com>
2024-06-19 06:41:44 +00:00
b81b1efd98 [FEAT MERGE]优化器技改patch到432
Co-authored-by: jingtaoye35 <1255153887@qq.com>
Co-authored-by: qingzhu521 <q15000557748@gmail.com>
Co-authored-by: akaError <lzg020616@163.com>
2024-06-18 02:23:56 +00:00
d5629a2b36 [FEAT MERGE] Support monotonic filter to accelerate queries.
Co-authored-by: jingtaoye35 <1255153887@qq.com>
Co-authored-by: qingzhu521 <q15000557748@gmail.com>
2024-06-18 01:26:00 +00:00
6e705b1f1f [FEAT MERGE][CP] patch 423 sql exec feature to master branch
Co-authored-by: qingsuijiu <642782632@qq.com>
Co-authored-by: hwx65 <1780011298@qq.com>
2024-06-18 00:40:24 +00:00
da5aece3e1 [FEAT MERGE] Fix the error code loss and overwriting issues on the master branch
Co-authored-by: jingtaoye35 <1255153887@qq.com>
Co-authored-by: fkuner <784819644@qq.com>
Co-authored-by: lucky-sinx <2549261744@qq.com>
2024-06-17 13:46:16 +00:00
6096651bf9 fix: mysql mode json-table coredump decimal int adaption 2024-06-17 11:21:16 +00:00