TCeason

Results 40 issues of TCeason

I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/ ## Summary Implementing the [ IGNORE | RESPECT NULLS ] functionality for the lead, lag, first_value, last_value, nth_value...

pr-feature

### How to reproduce ```sql create table t4(a int, b int, c int); insert into t4 values (1, 1, 1),(2, 2, 1), (3, 4, 1), (5, 6, 1),(3, 2, 1),(4,...

C-bug

**Summary** Currently, Databend doesn't support the `{ IGNORE | RESPECT } NULLS` syntax for ranking window functions. This limits the flexibility in handling NULL values within window frames. This feature...

C-feature

Now show grants will ignore dropped table/db. And vacuum will do this job. @TCeason https://github.com/datafuselabs/databend/issues/14463#issuecomment-2046484412

I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/ ## Summary ## Tests - [ ] Unit Test - [ ] Logic Test - [ ] Benchmark...

I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/ ## Summary 1. username containing @ should not encode when record log or err msg 2. We disabled...

pr-bugfix

In https://github.com/apache/opendal/pull/4590/files we bump object_store to 0.10. In this version, GetResult add a new item named attributes. Now It's a default value. https://github.com/apache/opendal/pull/4590/files#diff-12b8b18855b50f6db759e4f566918a8f78afd24fbf0b047e0c9875dc0ae1210eR152

1. Enhanced time zone check 2. modify default NaiveDate value set 1970-01-01 not today Fix Issue: https://github.com/bspeice/dtparse/issues/46

## How to reproduce `dtparse` is a good project that can resolve more parse questions. But I find a bug will cause panic: ```rust use chrono::NaiveDateTime; use dtparse::parse; pub fn...