Skip to content

Commit

Permalink
Merge branch 'main' into redis_pool
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyyyyyssss authored Sep 19, 2024
2 parents 2ea39e4 + f2c5739 commit d460415
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ OpenDAL is an active open-source project. We are always open to people who want
### Rust Core

- [apache/iceberg-rust](https://github.com/apache/iceberg-rust/): Native Rust implementation of [Apache Iceberg](https://iceberg.apache.org/), the open table format for analytic datasets.
- [CrateDB](https://github.com/crate/crate): An open-source, distributed SQL database for Real-Time Analytics and Hybrid Search
- [Databend](https://github.com/datafuselabs/databend/): A modern Elasticity and Performance cloud data warehouse.
- [deepeth/mars](https://github.com/deepeth/mars): The powerful analysis platform to explore and visualize data from blockchain.
- [GreptimeDB](https://github.com/GreptimeTeam/greptimedb): An open-source, cloud-native, distributed time-series database.
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ export class Operator {
*/
presignStat(path: string, expires: number): Promise<PresignedRequest>
/** Add a layer to this operator. */
layer(layer: ExternalObject<Layer>): this
layer(layer: ExternalObject<Layer>): Operator
}
/** Entry returned by Lister or BlockingLister to represent a path, and it's a relative metadata. */
export class Entry {
Expand Down
2 changes: 0 additions & 2 deletions core/src/services/huggingface/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ pub(super) struct HuggingfaceLastCommit {
#[allow(dead_code)]
pub(super) struct HuggingfaceSecurity {
pub blob_id: String,
pub name: String,
pub safe: bool,
pub av_scan: Option<HuggingfaceAvScan>,
pub pickle_import_scan: Option<HuggingfacePickleImportScan>,
Expand Down Expand Up @@ -363,7 +362,6 @@ mod tests {
}),
security: Some(HuggingfaceSecurity {
blob_id: "45fa7c3d85ee7dd4139adbc056da25ae136a65f2".to_string(),
name: "maelstrom/lib/maelstrom.jar".to_string(),
safe: true,
av_scan: Some(HuggingfaceAvScan {
virus_found: false,
Expand Down

0 comments on commit d460415

Please sign in to comment.