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

chore: Reduce compiler warnings by updating to use non deprecated DataFusion APIs #3077

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Dec 22, 2024

This PR makes some small changes to reduce the build warnings by using non deprecated APIs

@github-actions github-actions bot added the binding/rust Issues for the Rust crate label Dec 22, 2024
Copy link

ACTION NEEDED

delta-rs follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.

.with_config(ses)
.with_runtime_env(Arc::new(env))
.build();
let mut state = SessionStateBuilder::new().build();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was just using the default config and runtime env which the builder already does

@@ -10,7 +10,6 @@ pub enum UnityCatalogError {
},

/// A generic error qualified in the message

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Drive by clean up -- clippy was complaining about blank lines between comments

@alamb alamb changed the title Reduce compiler warnings by updating to use non deprecated DataFusion APIs chore: Reduce compiler warnings by updating to use non deprecated DataFusion APIs Dec 22, 2024
@ion-elgreco ion-elgreco merged commit d0787ed into delta-io:datafusion-44 Dec 22, 2024
2 of 5 checks passed
@alamb alamb deleted the alamb/more_improvements branch December 22, 2024 15:39
ion-elgreco pushed a commit to ion-elgreco/delta-rs that referenced this pull request Dec 28, 2024
…aFusion APIs (delta-io#3077)

- targets delta-io#3073 from @rtyler 

This PR makes some small changes to reduce the build warnings by using
non deprecated APIs
ion-elgreco pushed a commit to ion-elgreco/delta-rs that referenced this pull request Jan 1, 2025
…aFusion APIs (delta-io#3077)

- targets delta-io#3073 from @rtyler 

This PR makes some small changes to reduce the build warnings by using
non deprecated APIs
github-merge-queue bot pushed a commit that referenced this pull request Jan 1, 2025
…aFusion APIs (#3077)

- targets #3073 from @rtyler 

This PR makes some small changes to reduce the build warnings by using
non deprecated APIs
Abdullahsab3 pushed a commit to Abdullahsab3/delta-rs that referenced this pull request Jan 4, 2025
…aFusion APIs (delta-io#3077)

- targets delta-io#3073 from @rtyler

This PR makes some small changes to reduce the build warnings by using
non deprecated APIs

Signed-off-by: Abdullahsab3 <abdallah-sab3@hotmail.com>
JustinRush80 pushed a commit to JustinRush80/delta-rs that referenced this pull request Jan 16, 2025
…aFusion APIs (delta-io#3077)

- targets delta-io#3073 from @rtyler

This PR makes some small changes to reduce the build warnings by using
non deprecated APIs

Signed-off-by: Rush <justin.rush00@delta.com>
JustinRush80 pushed a commit to JustinRush80/delta-rs that referenced this pull request Jan 16, 2025
…aFusion APIs (delta-io#3077)

- targets delta-io#3073 from @rtyler 

This PR makes some small changes to reduce the build warnings by using
non deprecated APIs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants