-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Python] exception not being raised if passed an invalid partitiong on _ensure_partitioning #39579
Comments
AlenkaF
added a commit
that referenced
this issue
Jan 22, 2024
…9593) ### Rationale for this change The `_ensure_partitioning` method in dataset.py is missing a "raise" which currently ignores bad scheme silently. ### What changes are included in this PR? Fixed the typo. ### Are these changes tested? Tried with new code that the exception is properly raised. ### Are there any user-facing changes? No. * Closes: #39579 Lead-authored-by: idailylife <[email protected]> Co-authored-by: 0x0000ffff <[email protected]> Co-authored-by: Alenka Frim <[email protected]> Signed-off-by: AlenkaF <[email protected]>
kou
changed the title
exception not being raised if passed an invalid partitiong on _ensure_partitioning
[Python] exception not being raised if passed an invalid partitiong on _ensure_partitioning
Jan 22, 2024
dgreiss
pushed a commit
to dgreiss/arrow
that referenced
this issue
Feb 19, 2024
…ng (apache#39593) ### Rationale for this change The `_ensure_partitioning` method in dataset.py is missing a "raise" which currently ignores bad scheme silently. ### What changes are included in this PR? Fixed the typo. ### Are these changes tested? Tried with new code that the exception is properly raised. ### Are there any user-facing changes? No. * Closes: apache#39579 Lead-authored-by: idailylife <[email protected]> Co-authored-by: 0x0000ffff <[email protected]> Co-authored-by: Alenka Frim <[email protected]> Signed-off-by: AlenkaF <[email protected]>
zanmato1984
pushed a commit
to zanmato1984/arrow
that referenced
this issue
Feb 28, 2024
…ng (apache#39593) ### Rationale for this change The `_ensure_partitioning` method in dataset.py is missing a "raise" which currently ignores bad scheme silently. ### What changes are included in this PR? Fixed the typo. ### Are these changes tested? Tried with new code that the exception is properly raised. ### Are there any user-facing changes? No. * Closes: apache#39579 Lead-authored-by: idailylife <[email protected]> Co-authored-by: 0x0000ffff <[email protected]> Co-authored-by: Alenka Frim <[email protected]> Signed-off-by: AlenkaF <[email protected]>
thisisnic
pushed a commit
to thisisnic/arrow
that referenced
this issue
Mar 8, 2024
…ng (apache#39593) ### Rationale for this change The `_ensure_partitioning` method in dataset.py is missing a "raise" which currently ignores bad scheme silently. ### What changes are included in this PR? Fixed the typo. ### Are these changes tested? Tried with new code that the exception is properly raised. ### Are there any user-facing changes? No. * Closes: apache#39579 Lead-authored-by: idailylife <[email protected]> Co-authored-by: 0x0000ffff <[email protected]> Co-authored-by: Alenka Frim <[email protected]> Signed-off-by: AlenkaF <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug, including details regarding any error messages, version, and platform.
It seems to be a typo at line 295 of python/pyarrow/dataset.py, which misses a "raise"
Component(s)
Python
The text was updated successfully, but these errors were encountered: