安正超
|
9ec22255e0
|
fix: resolve all Clippy warnings across codebase - Fixed field reassignment warnings in ecstore/src/file_meta.rs by using struct initialization instead of default + field assignment - Fixed overly complex boolean expression in ecstore/src/utils/os/mod.rs by removing meaningless assertion - Replaced manual Default implementation with derive in crates/zip/src/lib.rs - Updated io::Error usage to use io::Error::other() instead of deprecated pattern - Removed useless assertions and clone-on-copy warnings - Fixed unwrap usage by replacing with expect() providing meaningful error messages - Fixed useless vec usage by using array repeat instead - All code now passes comprehensive Clippy check with --all-targets --all-features -- -D warnings
|
2025-05-28 11:00:07 +08:00 |
|
houseme
|
27c6030f09
|
improve code
|
2025-05-27 19:07:09 +08:00 |
|
junxiang Mu
|
d5ba9cdf28
|
support spec char as delimiter
Signed-off-by: junxiang Mu <1948535941@qq.com>
|
2025-05-06 11:10:30 +08:00 |
|
houseme
|
14425be416
|
improve Cargo toml
|
2025-04-21 15:27:58 +08:00 |
|
junxiang Mu
|
95d59d7206
|
fix sql
Signed-off-by: junxiang Mu <1948535941@qq.com>
|
2025-04-21 13:28:32 +08:00 |
|
junxiang Mu
|
b7a7dcead8
|
degrade rand && object_store
Signed-off-by: junxiang Mu <1948535941@qq.com>
|
2025-04-09 03:27:03 +00:00 |
|
dependabot[bot]
|
59a66bdbd6
|
Bump the dependencies group across 1 directory with 3 updates
Bumps the dependencies group with 3 updates in the / directory: [rand](https://github.com/rust-random/rand), [tokio](https://github.com/tokio-rs/tokio) and [object_store](https://github.com/apache/arrow-rs).
Updates `rand` from 0.8.5 to 0.9.0
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/compare/0.8.5...0.9.0)
Updates `tokio` from 1.44.1 to 1.44.2
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2)
Updates `object_store` from 0.11.2 to 0.12.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](https://github.com/apache/arrow-rs/compare/object_store_0.11.2...object_store_0.12.0)
---
updated-dependencies:
- dependency-name: rand
dependency-version: 0.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: tokio
dependency-version: 1.44.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: object_store
dependency-version: 0.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-04-08 15:33:56 +00:00 |
|
junxiang Mu
|
f4f764218d
|
support func
Signed-off-by: junxiang Mu <1948535941@qq.com>
|
2025-04-01 03:52:55 +00:00 |
|
junxiang Mu
|
a2284af3ea
|
rebase to main
Signed-off-by: junxiang Mu <1948535941@qq.com>
|
2025-03-31 06:32:05 +00:00 |
|
junxiang Mu
|
b145dfd437
|
add test case
Signed-off-by: junxiang Mu <1948535941@qq.com>
|
2025-03-31 05:46:05 +00:00 |
|
junxiang Mu
|
4d423b6510
|
tmp3
Signed-off-by: junxiang Mu <1948535941@qq.com>
|
2025-03-31 05:46:03 +00:00 |
|
junxiang Mu
|
cd238f9b5a
|
tmp2
Signed-off-by: junxiang Mu <1948535941@qq.com>
|
2025-03-31 05:44:48 +00:00 |
|
junxiang Mu
|
9a6178beee
|
tmp1
Signed-off-by: junxiang Mu <1948535941@qq.com>
|
2025-03-31 05:43:01 +00:00 |
|