LFC

Results 40 issues of LFC

### What type of enhancement is this? Refactor ### What does the enhancement do? Now the region server service in Datanode needs a meaningful query context. For example, it needs...

Good first issue

I hereby agree to the terms of the [GreptimeDB CLA](https://github.com/GreptimeTeam/.github/blob/main/CLA.md). ## Refer to a related PR or issue link (optional) ## What's changed and what's your intention? close #3520 This...

Doc not needed

### What problem does the new feature solve? `copy` stmt can carry senstive data like S3 API key or secret. This makes leaking easily. ### What does the feature do?...

Good first issue
Help wanted
Feature request

### What type of enhancement is this? Refactor ### What does the enhancement do? We have the `QueryRequest` in `GreptimeRequest`: ```protobuf message GreptimeRequest { RequestHeader header = 1; oneof request...

good first issue

### What type of enhancement is this? Refactor ### What does the enhancement do? For historic reason, there's an internal grpc client in crate "client" called "`Database`", for talking to...

Good first issue

### What problem does the new feature solve? Sometimes user just want to modify the column's data type. ### What does the feature do? Make column's data type changeable via...

This should be a todo that we later revisit if locks can improved. And we should suppress the warning in place where it's not the case. We can create an...

### What type of enhancement is this? User experience ### What does the enhancement do? When the query results is huge, Dashboard could be easily crashed. For example, when user...

### What type of enhancement is this? Other ### What does the enhancement do? Crate "orc-rs" has been public archived, we should migrate it to the superceded "datafusion-orc". ### Implementation...

Good first issue
Difficulty: Mid

### What type of enhancement is this? Other ### What does the enhancement do? The new DataFusion deprecates how its UDF can be written before, specifically the `ScalarUDF::new`: ```rust impl...