18b9db17b3
[fix](test) move cases in query to query_p0 ( #14452 )
2022-11-22 21:35:18 +08:00
55ca810445
[fix](Vectorized)fix json_object and json_array function return wrong result on vectorized engine ( #13775 )
...
Issue Number: close #13598
2022-11-09 11:26:55 +08:00
34f43ac781
[bug](like function)fix like '' (empty string) get wrong result with all rows #14035
2022-11-08 08:51:39 +08:00
cc37ef0f2b
[regression-test](query) Add the regression case of the query under the large wide table. #13897
...
Co-authored-by: smallhibiscus <844981280>
2022-11-03 08:47:53 +08:00
e6080a6e4c
[regression](join) add right anti join with other predicate regression case ( #13815 )
2022-11-02 13:27:58 +08:00
61b7c2c96c
[fix](join) fix incorrect result when using anti join with other join predicates ( #13743 )
2022-10-31 09:51:34 +08:00
3548d0b824
[fix](statistics) fix cross join statistics exception ( #13645 )
2022-10-26 14:10:57 +08:00
e17c2416f0
[fix](join) fix be core dump when using right join with other join predicates ( #13511 )
2022-10-24 10:35:07 +08:00
88ceace855
[Bug](predicate) fix core dump on bool type runtime filter ( #13417 )
...
fix core dump on bool type runtime filter
2022-10-21 13:15:22 +08:00
9a3c1f0867
[Improvement](decimal) print decimal according to the real precision and scale ( #13437 )
2022-10-21 10:00:01 +08:00
1e774036f1
[fix](function)fix be coredump when using json_object function ( #13443 )
2022-10-20 17:32:37 +08:00
5e0c34b35a
[fix](join) should call getOutputTblRefIds to get child's tuple info ( #13227 )
...
* [fix](join) should call getOutputTblRefIds to get child's tuple info
2022-10-14 09:46:14 +08:00
c1ed7d4d7d
[Bug](function) fix core dump on case when have 1000 condition #13315
2022-10-13 14:37:03 +08:00
339877930d
[fix](join)report 'natural join is not supported' instead of getting wrong result ( #13008 )
...
* [fix](join)report 'natural join is not supported' instead of getting wrong result
* add regression test
2022-09-28 09:08:56 +08:00
cbdef66757
[test](join)add join case5 #12854
2022-09-27 15:48:36 +08:00
3dfcfc69ee
[regression-test](join)add join case5 #12854
2022-09-27 15:47:36 +08:00
6d3ae1e69c
[regression](left join)Add left join, the left table is empty, the query result is not empty case ( #12344 )
...
Add left join, the left table is empty, the query result is not empty case
2022-09-19 08:53:50 +08:00
58508aea13
[enhance](information_schema) show hll type and bitmap type instead of unknown ( #12519 )
...
Before this pr, when querying data type of hll/bitmap column, 'unknown' would be returned instead of the correct data type of queried column.
2022-09-13 19:43:42 +08:00
97cb095010
[test](join)add test join case4 #12508
2022-09-13 09:09:49 +08:00
8be5527be4
[test](join)add some join cases ( #12501 )
2022-09-13 08:59:32 +08:00
aec24d4da1
[feature](http) get create table stmt for a given query ( #11979 )
...
This API can help user to get all create table statement of a given SQL.
So that it will be easier to run the case in other Doris cluster.
See document for details
2022-08-25 15:02:05 +08:00
d87ab69ead
[bug](vectorized) fix bug of tuple is null null side do not set ( #12012 )
2022-08-24 16:19:43 +08:00
8b4f693ad5
[fix](grouping)fix grouping function bug ( #11861 )
2022-08-24 15:05:25 +08:00
568f596330
[fix](agg)grouping_id function in having is not correctly substituted ( #11834 )
2022-08-24 08:50:28 +08:00
192cdd4d76
[Bug](cast) change binary predicate finally cast to varchar ( #11796 )
2022-08-21 10:13:47 +08:00
ffe7af49c8
[fix](array-type) run 'show create table' return null ( #11912 )
...
Co-authored-by: hucheng01 <hucheng01@baidu.com >
2022-08-19 21:28:15 +08:00
6c66bdbf30
[fix](orderby)remove useless null literal in order by ( #11821 )
2022-08-18 10:10:25 +08:00
ff1971f916
[improvement](test) add dryRun option and group all cases into either p0 or p1 ( #11576 )
...
1. add dryRun option to list tests
2. group all cases into p0 p1 p2
2022-08-17 22:45:53 +08:00
3a49156e30
[performance] (vectorization)optimize In Expr ( #11826 )
...
Co-authored-by: Wang Bo <wangbo36@meituan.com >
2022-08-17 10:46:37 +08:00
fadc78c6cf
[fix](str_to_date) str_to_date support format without leading zero ( #11817 )
...
Co-authored-by: cambyzju <zhuxiaoli01@baidu.com >
2022-08-16 18:23:16 +08:00
340ee6af6a
(fix)[regression-test] add qt_having1 ( #11800 )
2022-08-16 14:29:37 +08:00
dc18def456
[regression-test](bitmap) Add regression case for some bitmap funcations ( #11783 )
...
Co-authored-by: smallhibiscus <844981280>
2022-08-16 14:23:59 +08:00
d37cf0a41b
[regression-test](p0) add p0 test cases ( #11624 )
...
Add p0 test cases, including:
aggregate
join
union
order by
group by
keyword
arithmetic operators
logical operators
case function
coalesce
between
in
like
limit
where
regexp
window function
runtime filter
schema change
2022-08-15 23:12:07 +08:00
8c8f48c4c2
[feature-wip](array-type) add the array_join function ( #11406 )
...
this pr is used to add the array_join function.
Co-authored-by: hucheng01 <hucheng01@baidu.com >
2022-08-15 11:43:17 +08:00
abd2eb4fa1
[Bug](date function) Fix bug for date format %T ( #11729 )
...
* [Bug](date function) Fix bug for date format %T
2022-08-12 19:29:58 +08:00
e353be7dcb
[Bug](date function) Return null if date format is invalid ( #11720 )
2022-08-12 14:07:55 +08:00
c8418d13b5
[improvement](config)Use session variable to replace configuration for 'enable_function_pushdown' ( #11641 )
2022-08-10 19:25:02 +08:00
01e4522612
[fix]collect_list/collect_set without GROUP BY for NOT NULL column ( #11529 )
...
Co-authored-by: cambyzju <zhuxiaoli01@baidu.com >
2022-08-09 20:49:37 +08:00
df47b6941d
[feature-wip](array-type) support the array type in reverse function ( #11213 )
...
Co-authored-by: hucheng01 <hucheng01@baidu.com >
2022-08-09 20:49:09 +08:00
b9f7f63c81
[Fix](planner) Fix wrong planner with count(*) optmizer for cross join optimization ( #11569 )
2022-08-09 09:01:25 +08:00
75fc830573
[Bug](date function) fix wrong year for format '%x' ( #11520 )
2022-08-05 06:22:22 +08:00
8a09f0478f
[regressiontest](improvement)SQL query conditions, if the data type is expanded with single quotes, an error will occur case ( #11437 )
2022-08-04 11:28:12 +08:00
ce68d24e95
[Bug](function) fix current_date not equal to curdate ( #11463 )
...
* fix current_date not equal to curdate
2022-08-04 09:25:50 +08:00
4ba2422039
[improvement](fe) Remove constant keys in aggregation ( #11434 )
2022-08-03 19:43:35 +08:00
fcfc76f4a9
[Bug](date function) from_unixtime return wrong result ( #11410 )
...
* [Bug](date function) `from_unixtime` return wrong result
2022-08-02 14:23:54 +08:00
dddacd120d
[fix](planner) Fix inconsistent nullability between outputTuple and groupByExpr when executing agg query ( #11361 )
2022-08-01 22:57:51 +08:00
1cf57a985d
[fix] Fix the query result error caused by the grouping sets statemen… ( #11316 )
...
* [fix] Fix the query result error caused by the grouping sets statement grouping as an expression
2022-08-01 13:52:18 +08:00
52460af74b
[Bug][Vectorized] Support the .* in hyperscan to valid the % in SQL ( #11371 )
...
Co-authored-by: lihaopeng <lihaopeng@baidu.com >
2022-08-01 11:00:05 +08:00
61b157abe3
[bug](storage-scanner) fix infinite loop when reading wide table ( #11372 )
...
* fix infinite loop when reading wide table
When a wide table is read, the 1st batch would be exceed raw_bytes_threshold,
so Scanner should read at least 1 row.
Actually, we should adjust batch size automatically to reduce memoery usage.
2022-08-01 10:33:04 +08:00
532395c6a0
[Bug][Function] core dump on sum(distinct) ( #11308 )
...
* fix align size calculate for distinct combinator
2022-07-30 10:24:48 +08:00