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

Fix test_hive_partitioned_data for rapids 24.04 #374

Merged
merged 2 commits into from
Jul 26, 2024

Conversation

rjzamora
Copy link
Contributor

Generalizes the type-casting operation in test_hive_partitioned_data to be version agnostic (needed for rapids 24.04).

@rjzamora rjzamora added bug Something isn't working ci labels Jul 19, 2024
@rjzamora rjzamora self-assigned this Jul 19, 2024
@@ -190,7 +190,7 @@ def test_io_partitions_push(tmpdir):
# Generate random csv files
files = [os.path.join(tmpdir, f"csv/day_{i}") for i in range(23)]
for file in files:
with open(file, "w") as f:
with open(file, "w", encoding="utf-8") as f:
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 is just to make pylint happy.

Copy link

Documentation preview

https://nvidia-merlin.github.io/core/review/pr-374

@jperez999 jperez999 merged commit 9a758df into NVIDIA-Merlin:main Jul 26, 2024
17 checks passed
@rjzamora rjzamora deleted the fix-test_hive_partitioned_data branch July 26, 2024 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants