73d8f5901d
fix mem tracker limiter ( #11376 )
2022-08-01 09:44:04 +08:00
e002b55b01
fix be config buffer_pool_limit default value ( #11373 )
...
fix be config buffer_pool_limit default value
2022-08-01 08:46:15 +08:00
388db05ef9
[bugfix](log4j) Upgrade log4j to 2.18.0 ( #11368 )
2022-07-31 22:21:33 +08:00
d1d66f7ffc
[chore](thirdparty) Build script doesn't interrupt when errors occur. ( #11357 )
...
1. Add a comment
2. Remove all &&
2022-07-31 20:53:50 +08:00
e20e6624ab
[feature](nereids): polish property deriver enforcer job ( #11222 )
...
Polish property deriver enforcer job
2022-07-31 17:22:41 +08:00
ab7e65112c
[fix](thirdparty) fix compile error: missing libbrpc.a ( #11353 )
...
fix compile error, add fpic to brpc dependency library
2022-07-31 13:26:08 +08:00
407a6b5c64
[community](readme) update readme and some links ( #11354 )
2022-07-31 10:38:02 +08:00
2c810f577b
[improve](ci): allow blank, -, _ ( #11349 )
2022-07-31 09:51:02 +08:00
688b55053d
Revert "[improvement]Use phmap::flat_hash_set in AggregateFunctionUniq ( #11257 )" ( #11356 )
...
This reverts commit a7199fb98e18b925664b38460b667d04cbee8e01.
2022-07-30 23:15:36 +08:00
2783267599
[feature-wip](unique-key-merge-on-write) update bitmap after compaction, DSIP-018 ( #11289 )
2022-07-30 19:50:47 +08:00
9333e79ae0
[feature-wip](unique-key-merge-on-write) Add support for tablet migration, DSIP-018[5/3] ( #11283 )
2022-07-30 19:50:11 +08:00
1f30e563a7
[refactor][vectorized] refactor first/last value agg functions ( #10661 )
...
* refactor first and last
[refactor][vectorized] refactor first/last value agg functions
* add some change
* remove first/last about always nullable
* remove always nullable and register it
* refactor value remove bool null flag
* refactor win first last to ptr and pos
2022-07-30 18:38:56 +08:00
18864ab7fe
weak relationship between MemTracker and MemTrackerLimiter ( #11347 )
2022-07-30 18:33:54 +08:00
fb90586122
Fix bug in s3 delete directory ( #11344 )
2022-07-30 18:31:32 +08:00
0497d58943
[FIX]DCHECK error of array functions ( #11335 )
2022-07-30 14:15:13 +08:00
1ada6d8641
[feature-wip](unique-key-merge-on-write) fix IndexedColumnReader and add primary key index memory tracker, DSIP-018 ( #11303 )
2022-07-30 10:53:40 +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
9d9fcca40c
[regression-test](array)add test for array_slice ( #11329 )
2022-07-30 09:59:58 +08:00
5999666115
[fix](planner)do not change non-null to nullable for outer join table slot ( #11268 )
...
* remove nullable for outer join table
* fix ut
* remove useless comment
* fix for original engine
2022-07-29 21:34:24 +08:00
c1fbee7fe1
[fix] the nullable info is lost in ifnull expr ( #11212 )
...
ifnull function has defect when processing nullable column or const column in some case
2022-07-29 21:33:58 +08:00
5215d95064
[enhancement](workflow) Use ccache to speed the BE UT (Clang) up ( #11339 )
2022-07-29 21:19:26 +08:00
a46f94320d
[fix](ci): add checkout to fix PR-title-checker ( #11336 )
2022-07-29 21:09:41 +08:00
e7fae413dd
[feature](nereids) add scalar subquery expression ( #11332 )
...
scalar subquery:
A subquery that will return only one row and one column.
A limit has been added, where a = subquery returns a result of 1 row and 1 column.
Here, the first limit is to return 1 column.
TODO: the subsequent return will limit the return to 1 row
2022-07-29 21:05:19 +08:00
8483660fe7
[opt] unify stop script ( #11337 )
2022-07-29 21:04:03 +08:00
e7635e54ee
[doc](unique key) add suggestion for replace_if_not_null ( #11223 )
2022-07-29 20:02:18 +08:00
a7e7df658c
[Doc] update FAQ about ODBC ( #11263 )
2022-07-29 19:18:28 +08:00
d6f937cb01
(performance)[scanner] Isolate local and remote queries using different scanner… ( #11006 )
2022-07-29 19:14:46 +08:00
84ce2a1e98
[feature-wip](multi-catalog)(fix) partition value error when a block contains multiple splits ( #11260 )
...
`FileArrowScanner::get_next` returns a block when full, so it maybe contains multiple
splits in small files or crosses two splits in large files.
However, a block can only fill the partition values from one file. Different splits may be
from different files, causing the error of embed partition values.
2022-07-29 18:48:59 +08:00
cb7eb725fe
Optimize flink oracle cdc, add flink read es to doris sample code ( #11274 )
2022-07-29 18:11:18 +08:00
4cbfd7822a
update flink connecotr problem ( #11075 )
...
update flink connecotr problem
2022-07-29 17:22:59 +08:00
ea2fac597e
update json import with read json by line ( #11061 )
...
update json import with read json by line
2022-07-29 17:04:45 +08:00
a7199fb98e
[improvement]Use phmap::flat_hash_set in AggregateFunctionUniq ( #11257 )
2022-07-29 16:55:22 +08:00
d3c88471ad
[tracing] Support opentelemtry collector. ( #10864 )
...
* [tracing] Support opentelemtry collector.
1. support for exporting traces to multiple distributed tracing system via collector;
2. support using collector to process traces.
2022-07-29 16:49:40 +08:00
934fe77c06
[refactor](be)remove redundant code in column writer ( #10915 )
2022-07-29 16:48:59 +08:00
337a2fe2b9
[Doc] Add alter table comment doc ( #11294 )
...
Add alter table comment doc
2022-07-29 16:47:16 +08:00
303963cfdd
[doc]Stream load doc fix ( #11328 )
...
Stream load doc fix
2022-07-29 16:46:44 +08:00
512ff192bf
[Doc] Resolve Historical Conflict Documents ( #10997 )
...
* Resolve Historical Conflict Documents
2022-07-29 16:33:59 +08:00
3fe7b21ac8
[Improvement](vectorized) Remove row-based conjuncts on vectorized nodes ( #11324 )
2022-07-29 15:42:06 +08:00
4f8e66c4b3
[doc][fix]Modify docs/community to keep the same as the website site directory structure ( #11327 )
...
Modify docs/community to keep the same as the website site directory structure
2022-07-29 14:51:37 +08:00
14bb6088da
[community](actions): add action to check PR title ( #11304 )
2022-07-29 14:49:44 +08:00
63bdf8497e
ADD: backup by minio ( #11245 )
...
ADD: backup by minio
2022-07-29 14:47:31 +08:00
018665aba2
[feature-wip](unique-key-merge-on-write) some followup of #11057 ( #11290 )
2022-07-29 14:44:48 +08:00
a6537a90cd
[Enhancement] Garbage collection of unused data on remote storage backend ( #10731 )
...
* [Feature](cold_on_s3) support unused remote rowset gc
* return aborted when skip drop tablet
* perform unused remote rowset gc
2022-07-29 14:38:39 +08:00
eb4721cd80
[enhance](*): replace with StringBuild ( #11146 )
2022-07-29 14:31:35 +08:00
e4bc3f6b6f
[feature-wip] (parquet-reader) add parquet reader impl template ( #11285 )
2022-07-29 14:30:31 +08:00
642499265c
[fe-package]reject illegal import ( #11311 )
2022-07-29 14:22:23 +08:00
6c2337483b
[compile]remove all fpic on thirdpatry build ( #11298 )
2022-07-29 14:16:43 +08:00
8edbe39de8
[project-node]add projection thrift ( #11309 )
2022-07-29 14:15:06 +08:00
e40c68e913
[Fix](metric) Fix FE max_instances_num_per_user metric ( #11313 )
2022-07-29 14:14:05 +08:00
d13406d59e
[Bug] (outer join) Fix wrong types in outer join ( #11315 )
2022-07-29 14:13:09 +08:00