Commit Graph

3144 Commits

Author SHA1 Message Date
c6a8146db5 [typo](doc)Doriswriter document modification (#31322) 2024-03-09 19:43:21 +08:00
xy
92320bbd2d [Fix](doc) Adjust default values (#31882)
Co-authored-by: xingying01 <xingying01@corp.netease.com>
2024-03-09 19:43:21 +08:00
9fa470caca [doc](external) delete external table docs in 1.2 (#28353) 2024-03-09 19:43:21 +08:00
197b204e02 [type](docs) delete duplicated sidebar items (#31991) 2024-03-08 16:26:06 +08:00
1898517b2f [type](doc) update 2.1 doc label (#31942) 2024-03-07 17:12:03 +08:00
009ca9b90b [fix] (doc)Fix invalid link on benchmark tool page #31920 2024-03-07 16:53:49 +08:00
370b050cae [doc](apache-superset)add doc for apache superset compatible (#31314) 2024-03-07 16:53:19 +08:00
474cacd572 [type](doc) Standardize the name in the sql-dialect document and modify the format (#31636) 2024-03-07 16:53:19 +08:00
42776eefdf [typo](doc) Add a full backup case and modify sidebars (#31801) 2024-03-07 16:53:19 +08:00
5b00f4fbeb [improvement](jdbc catalog) opt get db2 schema list & xml type mapping (#31856)
1. Trim Schema Names: Adapted the system to remove trailing spaces from DB2 schema names, ensuring compatibility without affecting query operations.
2. XML Mapping: Implemented a feature to directly map XML types to String.
2024-03-07 16:53:19 +08:00
d276610694 [deps](docker) update docker build env to add jdk17 (#31644) 2024-03-07 16:16:05 +08:00
f897db666c [docs](flink-connector) Fix Flink Doris Connector typo (#31830) 2024-03-07 16:12:23 +08:00
f5991d8b02 [docs](jdbc catalog) add sqlserver timestamp type mapping doc (#31832) 2024-03-07 16:11:23 +08:00
5ed3c7eeef [opt](doc) update release verify (#31773) 2024-03-06 13:06:27 +08:00
2a1c00f180 [docs](kafka-connector) Add doris-kafka-connector usage documentation (#31729) 2024-03-06 13:06:26 +08:00
cca0773261 [feature](function) round function defaults to rounding normally 2024-03-06 13:06:26 +08:00
4888b4405b [Chore](Docs)Update release guide (#31654) 2024-03-01 16:59:43 +08:00
07224686ef [feature](jdbc catalog) support db2 jdbc catalog (#31627) 2024-03-01 14:19:28 +08:00
6b2af74a63 [doc](fix) add k8s operator doc for upgrade doris (#31586) 2024-03-01 04:25:43 +08:00
05f525e922 [improvement](docs)add faq for flink-connector-doris (#31426) 2024-03-01 04:25:43 +08:00
0b5b7175d6 [fix](multi-catalog) add max compute custom odps and tunnel url (#31390)
add max compute custom odps and tunnel url
2024-02-29 16:44:40 +08:00
450422556a [fix](paimon) auto deplay paimon oss/s3 jar file (#31568)
No need to deploy paimon oss/s3 jar files manually.
Include them in preload-extensions-jar-with-dependencies.jar
2024-02-29 16:44:40 +08:00
9c4708ee74 [function](random_bytes)add random_bytes function (#31547)
SELECT random_bytes(10);

random_bytes(10) |
----------------------+
0x9b8ea00b7d1084bc5b26|
2024-02-29 16:44:39 +08:00
000b81f0c7 [chore](docs) fix some typo in english docs in inverted index (#31497)
Issue Number: close #30051
2024-02-29 12:38:03 +08:00
82add8dfc1 [Fix](timezone) Introduce a config to use Doris tzdata directly (#31561) 2024-02-29 12:38:03 +08:00
5e80a718fd [type](docs)add example for sql_dialect #31536 2024-02-29 12:38:03 +08:00
c956cac1a7 [enhancement](docs) Clarify JAR file locations for JDBC catalog (#31542) 2024-02-29 12:38:03 +08:00
f1e14722d8 [docs](docs) Update 2.0.5 Release Note of EN & CN Version (#31506) 2024-02-28 13:08:36 +08:00
c5e6e3d45f [fix](docs)Correcting spelling errors,add isolated file to siderbars. (#31409)
Correcting spelling errors,add isolated file to siderbars
2024-02-28 13:07:47 +08:00
47d112e4e6 [fix](MySQL) implement SHOW CHARSET statement. (#31389) 2024-02-28 13:07:23 +08:00
fb1e08ee8c [doc](colocate) Fix colocate api doc inconformity with code (#31430)
```
if ("POST".equalsIgnoreCase(method)) {
  colocateIndex.markGroupUnstable(groupId, "mark unstable via http api", true);
} else if ("DELETE".equalsIgnoreCase(method)) {
  colocateIndex.markGroupStable(groupId, true, null);
}
```
2024-02-27 16:06:26 +08:00
434396b456 [docs](docs) Update docs' sidebar of Dev version (#31444) 2024-02-27 13:58:13 +08:00
19196ae1cf [doc](nereids) Optimize query rewerite by materialzied view doc (#31420)
* [doc](nereids) Optimize the query rewrite by materialized view doc

* [doc](nereids) add more
2024-02-27 10:12:53 +08:00
f163d56a98 [feature](function) support sequence function(alias of array_range), enhance both to handle datetimev2 (#30823) 2024-02-27 10:12:19 +08:00
bc41033b5d [doc](community) modify the release verify doc (#31385) 2024-02-26 19:07:11 +08:00
d6f143b7d5 [doc](job)add job doc sidebars (#31319)
* add job doc sidebars

* fix
2024-02-26 19:07:11 +08:00
60c002ba91 [Docs](Job)Add job Docs (#28186)
* [Docs](Job)Add job Docs

* format

* Fix job error
2024-02-26 19:07:11 +08:00
7a9fe5d275 [enhance](mtmv)MTMV supports Hive multi-level partitioning (#31060)
Issue Number: close #xxx

For example, the hive table is partitioned by `date` and `region`, with the following 6 partitions
```
20200101
        beijing
        shanghai
20200102
        beijing
        shanghai
20200103
        beijing
        shanghai
```

If the MTMV is partitioned by `date`, then the MTMV will have three partitions: 20200101, 202000102, 20200103

If the MTMV is partitioned by `region`, then the MTMV will have two partitions: beijing, shanghai
2024-02-25 18:08:19 +08:00
aee49adf1e [opt](compute-node) refactor compute node doc and opt some default config (#31325)
* [opt](compute-node) refactor compute node doc and opt some default config

* 1

* 1
2024-02-24 11:44:53 +08:00
8d1221aa65 [doc](community) update team and release doc (#31358) 2024-02-24 11:44:53 +08:00
db2f0b3574 [docs](stats) add sidebars for stats docs #31309 2024-02-23 20:57:03 +08:00
e50a427113 [improvment](doc) add FAQ for Jdbc catalog (#31338) 2024-02-23 20:44:43 +08:00
4085657a28 [doc](group commit) Add group commit performance (#31343) 2024-02-23 20:44:43 +08:00
8f77e6363a [Feature](function) Support xxhash function like murmur hash function (#31193) 2024-02-23 19:03:28 +08:00
d68067630a [docs](fix) modify identity in DROP-USER.md (#30891) 2024-02-23 19:03:16 +08:00
7fd53a92b8 fix partial-update doc (#30612) 2024-02-22 20:35:10 +08:00
f65876d803 [Feature](explode) support explode map type (#30151) 2024-02-22 20:08:44 +08:00
86c800ce59 [doc](doc)add some k8s doc (#31194)
* add some k8s doc

* fix
2024-02-22 19:51:20 +08:00
fa83a8f86a [fix][doc] one of the Chinese document references is missing #31236
Co-authored-by: Rohit Satardekar <rohitrs1983@gmail.com>
2024-02-22 19:50:07 +08:00
389c702a3f [improvement](hudi)Obtain partition information through HMS's API (#30962)
When a Hudi table is synchronized to HMS, the partition information is also synchronized, so even if the metastore is not enabled in the Hudi table (for example, if the Metastore is false for a Hudi table created with Flink), you can still obtain the partition information through the HMS API.
2024-02-22 19:50:07 +08:00