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

build: Debug bump s3fs #459

Closed
wants to merge 19 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try stuff for spark dataset
Signed-off-by: Merel Theisen <[email protected]>
merelcht committed Dec 1, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 92583f5b5d8c7aa57707d252c9301e08fd653bed
2 changes: 1 addition & 1 deletion kedro-datasets/tests/spark/test_spark_dataset.py
Original file line number Diff line number Diff line change
@@ -798,7 +798,7 @@ def test_save(self, mocked_s3_schema, versioned_dataset_s3, version, mocker):
s3a_path = f"s3a://{path}"
# pds = PartitionedDataset(s3a_path, "pandas.CSVDataset", filename_suffix=".csv")
pds = SparkDataset(filepath=s3a_path, version=version)
assert pds._protocol == "s3a"
assert "s3a" in pds._fs_prefix

mocked_ds = mocker.patch.object(pds, "_dataset_type")
mocked_ds.__name__ = "mocked"