databend
databend copied to clipboard
𝗗𝗮𝘁𝗮, 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀 & 𝗔𝗜. Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. https://databend.com
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...
**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...
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 `...
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...
**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....
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
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
**Summary** Description for this feature.