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

[C++] Configure a custom handler for rows with incorrect column counts #28421

Closed
asfimport opened this issue May 6, 2021 · 1 comment
Closed

Comments

@asfimport
Copy link

asfimport commented May 6, 2021

Currently when a row does not have the correct number of columns an error is generated and parsing stops. It would be better if this behavior was customizable depending on the caller so that rows could either be ignored or altered to have the correct column count.

Ideally there would be some builtin handlers for this but it would be good for the caller to be able to implement their own handler if they wanted to collect the malformed rows and report them to a different component or maybe add fields based on the existing fields in the row.

Reporter: Nate Clark / @n3world
Assignee: Nate Clark / @n3world

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-12673. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Antoine Pitrou / @pitrou:
Issue resolved by pull request 10790
#10790

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant