5872173901
[improve](function) add limit check for lpad/rpad function input big value of length ( #34810 )
2024-05-21 12:54:25 +08:00
f5db5703c9
[regression-test](remove case) remove test_bitmap_filter_p1.groovy ( #25812 )
2023-10-25 11:39:25 +08:00
4efc68a33d
[fix](test)disable join reorder for test_bitmap_filter regression test ( #23150 )
...
the nereids planner may reorder the join without any statistics info. This could lead to very bad join order that cause the query timeout. This pr disable join reorder for this sql.
2023-09-14 16:05:09 +08:00
cb69349873
[regression] add bitmap filter p1 regression case ( #21591 )
2023-07-11 14:27:03 +08:00
ab7ac31d89
[Chore](case) fix failed on test_big_pad when enable pipeline engine #20644
2023-06-12 09:15:55 +08:00
90d710e83d
[Enchancement](function) optimize for padding function && add string length check on string op ( #20363 )
2023-06-02 21:24:41 +08:00
7d92bf095a
[fix](expr) refractor create_tree_from_thrift to avoid stack overflow ( #18214 )
2023-03-31 10:38:20 +08:00
45232d65a6
[Chore](case) remove load big lateral view from p1 to p2 ( #17851 )
...
move load big lateral view from p1 to p2, this case takes a long time to execute
2023-03-20 13:10:12 +08:00
d062ca2944
[refactor](vectorized) remove unnecessary vectorization check ( #15984 )
2023-01-17 12:21:46 +08:00
524208ab3a
[Feature](bitmap/hll)Support return bitmap/hll data in select statement in vectorization ( #15224 )
...
Support return bitmap data in select statement in vectorization mode
In the scenario of using Bitmap to circle people, users need to return the Bitmap results to the upper layer, which is parsing the contents of the Bitmap to deal with high QPS query scenarios
2022-12-27 14:49:24 +08:00
87756f5441
[regresstion](query) query with limit 0 regresstion test ( #15245 )
2022-12-22 14:06:44 +08:00
b85c78ee00
[fix](regression) add 'if not exists' to 'create table' to support parallel test ( #13576 ) ( #13578 )
...
Signed-off-by: freemandealer <freeman.zhang1992@gmail.com >
2022-10-25 16:37:07 +08:00
bdcb600f3d
[Bug](load) fix core dump on big block load ( #13014 )
2022-10-10 12:38:32 +08:00