-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Go] Error was not handled #43860
Comments
1 task
zeroshade
pushed a commit
that referenced
this issue
Aug 28, 2024
### Rationale for this change Fixes: #43860 ### What changes are included in this PR? Return error correctly ### Are these changes tested? Yes ### Are there any user-facing changes? Nope * GitHub Issue: #43860 Authored-by: bigsheeper <[email protected]> Signed-off-by: Matt Topol <[email protected]>
Issue resolved by pull request 43861 |
bigsheeper
added a commit
to bigsheeper/arrow
that referenced
this issue
Aug 29, 2024
Signed-off-by: bigsheeper <[email protected]>
czs007
added a commit
to milvus-io/arrow
that referenced
this issue
Aug 29, 2024
apacheGH-43860: [Go][Parquet] Handle the error correctly (apache#43861)
kou
pushed a commit
to apache/arrow-go
that referenced
this issue
Aug 30, 2024
### Rationale for this change Fixes: apache/arrow#43860 ### What changes are included in this PR? Return error correctly ### Are these changes tested? Yes ### Are there any user-facing changes? Nope * GitHub Issue: #43860 Authored-by: bigsheeper <[email protected]> Signed-off-by: Matt Topol <[email protected]>
mapleFU
pushed a commit
to mapleFU/arrow
that referenced
this issue
Sep 3, 2024
### Rationale for this change Fixes: apache#43860 ### What changes are included in this PR? Return error correctly ### Are these changes tested? Yes ### Are there any user-facing changes? Nope * GitHub Issue: apache#43860 Authored-by: bigsheeper <[email protected]> Signed-off-by: Matt Topol <[email protected]>
khwilson
pushed a commit
to khwilson/arrow
that referenced
this issue
Sep 14, 2024
### Rationale for this change Fixes: apache#43860 ### What changes are included in this PR? Return error correctly ### Are these changes tested? Yes ### Are there any user-facing changes? Nope * GitHub Issue: apache#43860 Authored-by: bigsheeper <[email protected]> Signed-off-by: Matt Topol <[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.
The error thrown during the ReadRecords process was not handled or returned correctly.
HasNext
returns false because of an error, then thefor
loop broke:Component(s)
Go
The text was updated successfully, but these errors were encountered: