-
Notifications
You must be signed in to change notification settings - Fork 433
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
chore: Reduce compiler warnings by updating to use non deprecated DataFusion APIs #3077
Conversation
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(); |
There was a problem hiding this comment.
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 | |||
|
There was a problem hiding this comment.
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
…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
…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
…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>
…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>
…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
This PR makes some small changes to reduce the build warnings by using non deprecated APIs