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

Changed the url for downloading IMDB dataset from benchmark - Fixed Issue #13896 #13903

Merged
merged 1 commit into from
Dec 25, 2024

Conversation

Spaarsh
Copy link
Contributor

@Spaarsh Spaarsh commented Dec 25, 2024

The URL to the external website was returning a 404. Presuming recent changes in the external website's structure, the required data has been moved to a different URL. The commit ensures the new URL is used.

Which issue does this PR close?

Closes #13896

Rationale for this change

The bug was occuring due to referencing a file hosted on an external website whose URL had been changed. The PR updates the code to point at the correct URL.

What changes are included in this PR?

The bench.sh#463 has been changed to use the correct URL for the file.

Are these changes tested?

Yes. After the change, the expected command worked correctly, initiating a download as intended:
20241225_001005(1)

Are there any user-facing changes?

No.

The URL to the external website was returning a 404. Presuming recent changes in the external website's structure, the required data has been moved to a different URL. The commit ensures the new URL is used.
@Spaarsh Spaarsh changed the title Fixed Issue #13896 Changed the url for downloading IMDB dataset from benchmark - Fixed Issue #13896 Dec 25, 2024
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thank you @Spaarsh -- I double checked the URLs and they look good to me

@alamb alamb merged commit 9fbcf23 into apache:main Dec 25, 2024
25 checks passed
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.

Downloading IMDB dataset for benchmarks gives 404 Not Found
2 participants