Commit Graph

13080 Commits

Author SHA1 Message Date
b31acee856 [typo](docs) Changes to expressions in workload group (#23609) 2023-09-03 09:13:12 +08:00
ed93b8ac77 [typo][doc]modify tablet_repair_and_balance incorrect parameter descriptions. (#22532) 2023-09-03 09:08:06 +08:00
2b194864a4 [typo](docs)Resolved compilation errors caused by using a higher version of Node.js. (#22797)
Fixed errors caused by using a higher version of Node.js.

Co-authored-by: Yongqiang YANG <98214048+dataroaring@users.noreply.github.com>
2023-09-03 09:07:45 +08:00
c7348105e3 [typo](docs)Correct the odbc markdown comments (#22477) 2023-09-03 09:07:04 +08:00
4b99179d00 [fix](sec) update mysql:mysql-connector-java 8.0.15 to 8.0.28 (#22776) 2023-09-02 23:24:34 +08:00
ef1ff19e70 [docs] Add BE debug build instruction to docs (#21964) 2023-09-02 23:22:37 +08:00
81b51e1440 [typo][doc]Modify the error description in the broker-load-manual. (#22772) 2023-09-02 23:20:20 +08:00
xyf
0318da1df3 [fix](doc) Modify README.md
Change ‘kafka_default_offset’ to ‘kafka_default_offsets’. (#23791) 2023-09-02 23:17:56 +08:00
5694f1b04b [fix](conf) revert changes in regression-conf.groovy in #23702 and fix BE compile error (#23788) 2023-09-02 22:31:49 +08:00
347cceb530 [Feature](inverted index) push count on index down to scan node (#22687)
Co-authored-by: airborne12 <airborne12@gmail.com>
2023-09-02 22:24:43 +08:00
20ff53c7ee [regression-test](fix) fix case bug when define local variable (#23785) 2023-09-02 21:59:23 +08:00
3619cd9d68 [faq](doc) add some FAQ for flink-doris-connector (#21829) 2023-09-02 21:56:59 +08:00
95488c4d93 [Fix](vscanner) remove TEMP column in block after filter (#23778) 2023-09-02 21:54:27 +08:00
91c69f10da [typo](docs) fix docs characters error (#22294) 2023-09-02 21:47:00 +08:00
57ca7d66d3 [Fix](multi-catalog) Fix zlib init error by using doris's zlib shared library and jni.log does not output. (#23260) 2023-09-02 21:44:14 +08:00
a1400677b6 [typo](docs) modify standard-deployment doc (#23473) 2023-09-02 21:24:55 +08:00
ace51358d0 [Enhance](ip)optimize priority_ network matching logic (#23784)
If the user has configured the wrong priority_network, direct startup failure to avoid users mistakenly assuming that the configuration is correct
If the user has not configured p_ n. Select only the last IP from the IPv4 list, rather than selecting from all IPs, to avoid users' servers not supporting IPv4
2023-09-02 21:24:11 +08:00
e9104765ea [fix](doc) modify the document error,about outfile (#22475) 2023-09-02 21:14:59 +08:00
bf1b281388 [typo][doc] delete redundant '/' in flink-doris-connector. (#23185) 2023-09-02 21:01:37 +08:00
a86aa7161f [enhancement](doc) Lack of detailed parameter documentation (#23247) 2023-09-02 20:54:23 +08:00
eedd24316d [Feature](CCR) Support MoW for CCR (#22798) 2023-09-02 20:40:06 +08:00
6b56896a01 [chore](json reader) add original data to error messge for tracing (#22803) 2023-09-02 20:15:18 +08:00
9898c08620 [enhancement](merge-on-write) Add delete bitmap correctness check in commit phase (#23316) 2023-09-02 20:03:00 +08:00
4854651901 [chore](clang-tidy) Apply uninitialized variables check of clang-tidy (#23497) 2023-09-02 19:19:13 +08:00
45414db1ba [enhancement](table-meta) flush column unique ids for tables before 1.2 automatically (#23616) 2023-09-02 14:56:48 +08:00
d2417c168b [test](ColdHotSeparation) refresh case (#23741) 2023-09-02 14:43:57 +08:00
26571a00bf [Fix](IndexColumnWriter) Add logic for IndexedColumnWriter::add when the current page is full (#23766) 2023-09-02 14:28:59 +08:00
a6dff2faf0 [Feature](config) allow update multiple be configs in one request (#23702) 2023-09-02 14:26:54 +08:00
1d7ce83801 [coverage][test] modify run-be-ut.sh for run be cov, no need merge (#23755) 2023-09-02 14:24:30 +08:00
de8fa2cff5 [Fix](thrift) Add fe master check in some thrift calls (#23757)
Signed-off-by: Jack Drogon <jack.xsuperman@gmail.com>
2023-09-02 14:05:31 +08:00
f1c354e0cf [improvement](colocate table) forbit change colocate table's replica allocation (#23064) 2023-09-02 13:54:25 +08:00
a542f107db [feature](move-memtable) buffer messages in load stream stub (#23721) 2023-09-02 13:42:34 +08:00
bbc893c953 [Enhancement](binlog) Add ModifyPartition, BatchModifyPartitions && ReplacePartitionOperationLog support (#23773) 2023-09-02 13:19:07 +08:00
228f0ac5bb [Feature](Multi-Catalog) support query doris bitmap column in external jdbc catalog (#23021) 2023-09-02 12:46:33 +08:00
8bad3bbd62 [fix](be) doris_be compile failed(#20932) (#20932)
Co-authored-by: yiguolei <676222867@qq.com>
2023-09-02 08:26:24 +08:00
68aa4867b0 [fix](map_agg) lost scale information for decimal type (#23776) 2023-09-02 08:03:33 +08:00
e5d1248c72 [Fix] spark load not found file #23502
Use the thrift interface to assign values to variables.
Otherwise, __isset will returns false.
2023-09-02 01:16:38 +08:00
18d470ecf7 [improvement](config) add a specific be config for segment_cache_capacity (#23701)
* add segment_cache_capacity config istead of fd limit * 2/5
* default -1 for backward compatibility
2023-09-02 01:14:14 +08:00
657e927d50 [fix](json)Fix the bug that read json file Out of bounds access (#23411) 2023-09-02 01:11:37 +08:00
b3ccc53f24 [improvement](profile)Add workload group in audit log and profile (#23761) 2023-09-02 01:09:23 +08:00
6630f92878 [Enhancement](Load) stream tvf support json (#23752)
stream tvf support json

[{"id":1, "name":"ftw", "age":18}]
[{"id":2, "name":"xxx", "age":17}]
[{"id":3, "name":"yyy", "age":19}]
example:

curl -v --location-trusted -u root: -H "sql: insert into test.t1(c1, c2) select id, name from http_stream(\"format\" = \"json\", \"strip_outer_array\" = \"true\", \"read_json_by_line\" = \"true\")" -T /root/json_file.json http://127.0.0.1:8030/api/_http_stream
2023-09-02 01:09:06 +08:00
75e2bc8a25 [function](bitmap) support bitmap_to_base64 and bitmap_from_base64 (#23759) 2023-09-02 00:58:48 +08:00
e0efda1234 [Improvement](Slice) support move constructor and operator for Slice (#23694) 2023-09-01 21:05:10 +08:00
ba863a992e [doc](alter table) add notes for modify column (#23720) 2023-09-01 19:32:44 +08:00
295ea482a1 [improvement](log) optimize template function log for performance (#23746)
change log level to debug and use format in template function log for performance.
2023-09-01 19:02:33 +08:00
0b94eee4c7 [fix](rest)query_info returns empty rows #23595 2023-09-01 18:50:49 +08:00
0d50c11d5c [Doc](AuditLoader) improvement auditLoader doc (#23758) 2023-09-01 18:48:39 +08:00
a8de805a7a [fix](Nereids) fix stats inject in or_expansion.groovy (#23748)
make stats injection run first
2023-09-01 18:31:58 +08:00
797d9de192 [fix](Nereids) When col stats is Unknow, not expression should return the stats with selectivity of 1 2023-09-01 17:36:31 +08:00
e3bbba82cf [Fix](planner) fix to_date failed in create table as select (#23613)
Problem:
when create table as select using to_date function, it would failed

Example:
create table test_to_date properties('replication_num' = '1') as select to_date('20230816') as datev2;

Reason:
after release version 2.0, datev1 is disabled, but to_date function signature does not upgrade, so it failed when checking return type of to_date

Solved:
when getfunction, forbidden to_date with return type date_v1, datetime v1 also changed to datetime v2 and decimal v2 changed to decimal v3
2023-09-01 17:28:40 +08:00