Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: impl DataType::Float32/64 #240

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: impl DataType::Float32/64 #240

wants to merge 1 commit into from

Conversation

KKould
Copy link
Contributor

@KKould KKould commented Nov 25, 2024

No description provided.

@KKould KKould added the enhancement New feature or request label Nov 25, 2024
@KKould KKould requested a review from ethe November 25, 2024 10:52
Cargo.toml Outdated
@@ -104,7 +106,7 @@ regex = "1"
thiserror = "2.0.3"
tokio = { version = "1", features = ["io-util"], default-features = false }
tokio-util = { version = "0.7" }
tonbo_macros = { version = "0.2.0", path = "tonbo_macros" }
tonbo_macros = { path = "tonbo_macros" }
Copy link
Contributor Author

@KKould KKould Nov 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

waiting for tonbo_macros version to be released

@ethe ethe requested review from crwen and removed request for ethe November 26, 2024 03:05
@KKould KKould requested review from ethe and removed request for ethe November 26, 2024 03:05
@@ -3,6 +3,7 @@ use std::ops::Bound;
use bytes::Bytes;
use fusio::path::Path;
use futures_util::stream::StreamExt;
use ordered_float::OrderedFloat;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is better to re-export this type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants