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

arrow/schema: init bench_complex_arrow_schema_to_iceberg #567

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

Conversation

AndreMouche
Copy link
Contributor

@AndreMouche AndreMouche commented Aug 19, 2024

init bench test for convert arrow schema to iceberg schema

Signed-off-by: Shirly <AndreMouche@126.com>
@@ -18,6 +18,7 @@
//! Native Rust implementation of Apache Iceberg

#![deny(missing_docs)]
#![feature(test)]
Copy link
Member

Choose a reason for hiding this comment

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

Hi, iceberg needs to run on stable Rust, so we can't introduce nightly features. Please consider moving those benchmarks out.

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

Successfully merging this pull request may close these issues.

2 participants