Bohu

Results 97 issues of Bohu

**Summary** Release name: v0.8-nightly, get in the train now :hand: Milestone: https://github.com/datafuselabs/databend/milestone/1 # Checklist **Stable checklist** - [x] Query(Copy): #4584 - [x] Query(Copy): https://github.com/datafuselabs/databend/issues/4527 - [x] Query(Copy): https://github.com/datafuselabs/databend/issues/4498 - [x]...

roadmap-track
v0.8

**Summary** Release name: v0.9-nightly, get on the train now :hand: Let's make the Databend more Lakehouse! # Checklist **Stable checklist** - [ ] Query(Cache): https://github.com/datafuselabs/databend/issues/4521 - [ ] Query(JSON): https://github.com/datafuselabs/databend/issues/6994...

**Summary** ``` CREATE TABLE IF NOT EXISTS blocks ( number BIGINT UNSIGNED, hash STRING, parent_hash STRING, nonce STRING, sha3_uncles STRING, logs_bloom STRING, transactions_root STRING, state_root STRING, receipts_root STRING, difficulty STRING,...

C-feature
C-mysql
good first issue

**Summary** After https://github.com/datafuselabs/databend/pull/6869 is merged, the documentation `set enable_planner_v2 = 1` is not needed, let's remove it.

C-documentation

**Summary** Databend with local fs. How to re-produce: ``` mysql> create stage xx; -- copy logs.parquet file to _data/stage/xx mysql> list @xx; +--------------+-------+------+-------------------------------+---------+ | name | size | md5 |...

C-bug
good first issue

Roadmap 2021: https://github.com/datafuselabs/databend/issues/746 # Main tasks ### 1. Query | Task | Status | Release Target | Comments | | ----------------------------------------------- | --------- | -------------- | --------------- | | [Query...

roadmap-track

**Summary** - [x] #3480 - [x] #3482

A-query
community-take

**Summary** It would be nice to have a new blog post about how to(/how many ways) ingest data to databend. Load data reference: https://databend.rs/doc/load-data

C-documentation

**Summary** Like: https://docs.snowflake.com/en/user-guide/data-load-considerations-load.html#loading-older-files

C-feature
A-query

**Summary** Add a new load data method 'from file by http url' to https://databend.rs/doc/load-data Reference: https://databend.rs/doc/reference/sql/dml/dml-copy-into-table-url

C-documentation