Skip to content

feat: Switch to use Rust stable by default#373

Closed
sunchao wants to merge 3 commits intoapache:mainfrom
sunchao:switch-stable
Closed

feat: Switch to use Rust stable by default#373
sunchao wants to merge 3 commits intoapache:mainfrom
sunchao:switch-stable

Conversation

@sunchao
Copy link
Member

@sunchao sunchao commented May 2, 2024

Which issue does this PR close?

Closes #.

Rationale for this change

There is little reason for Comet to use nightly at the moment. The only feature we needed from nightly is specialization which is used in a few places that are no longer required.

This PR removes a few stale structs: vector and mutable_vector, which were added during an experiment of implementing Comet's own vector to be used by execution. However, as we've fully moved to use DataFusion, these are no longer needed.

With these structs gone, we can now use stable as the default Rust toolchain for the project.

What changes are included in this PR?

How are these changes tested?

@sunchao sunchao marked this pull request as draft May 2, 2024 05:24
@vaibhawvipul
Copy link
Contributor

Hey @sunchao , good work! You will probably need to update the following too -

@@ -1 +1 @@
nightly-2023-09-05
Copy link
Member

Choose a reason for hiding this comment

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

Hmm, we might have dependencies, e.g., serde, which use nightly rust.

@andygrove
Copy link
Member

I branched from this and created #505, so closing this one. Thanks @sunchao for getting this started.

@andygrove andygrove closed this Jun 3, 2024
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.

4 participants