Skip to content

Conversation

ion-elgreco
Copy link

Which issue does this PR close?

Add .pyi file for datafusion module, rename file_io_properties to storage_options for consistency across other libraries.

Copy link
Contributor

@kevinjqliu kevinjqliu left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks!

What did you use to format the python files? I wanted to add a formatter

@@ -41,7 +41,7 @@ impl PyIcebergDataFusionTable {
fn new(
identifier: Vec<String>,
metadata_location: String,
file_io_properties: Option<HashMap<String, String>>,
storage_options: Option<HashMap<String, String>>,
Copy link
Contributor

Choose a reason for hiding this comment

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

we release 0.5.1 with file_io_properties so this is a breaking change, but i do like storage_options more

Copy link
Contributor

Choose a reason for hiding this comment

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

this needs license header

@ion-elgreco
Copy link
Author

LGTM! Thanks!

What did you use to format the python files? I wanted to add a formatter

I used ruff for linting and formatting

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