databend icon indicating copy to clipboard operation
databend copied to clipboard

𝗗𝗮𝘁𝗮, 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀 & 𝗔𝗜. Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. https://databend.com

Results 750 databend issues
Sort by recently updated
recently updated
newest added

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/ ## Summary Summary about this PR Fixes #7660 ### Guide - Build databend with `storage-ftp` feature enabled: ```bash...

pr-feature

**Summary** ## refacors - [x] new input pipeline - [x] new framework & replace copy https://github.com/datafuselabs/databend/pull/7613 - [x] replace all - [x] streaming load - [x] https://github.com/datafuselabs/databend/pull/7756 - [x] https://github.com/datafuselabs/databend/pull/7769...

Tracking

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/ ## Summary the origin test assume the sqls in this case should finish very soon. `create table `...

pr-bugfix

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/ ## Summary feat: add into database trait Table API, each table API of catalog `MUST` first get a...

pr-feature

**Summary** `table.read_partitions` may do many IO operations, such as the min-max index filter or bloom filter index filter. If a table has many partitions, the `read_partitions` will be very slow....

C-improvement

some tests expect exact error message while the number 0 may change for each run. cc @zhang2014

**Summary** Allow query like: ```sql COPY INTO default.test FROM 's3://helloworld/databend-autoloader-e2e-test' CONNECTION = (ENDPOINT_URL = 's3.amazonaws.com'); ``` If users input a URL without `scheme`, use `https` as default.

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/ ## Summary Summary about this PR Part of #7740

pr-feature

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/ ## Summary add `JSONB` builtin functions `build_array` and `compare` used by #7781 and #7786

pr-feature