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

Need to be able to stop reading #10

Open
tristanpemble opened this issue Aug 8, 2014 · 2 comments
Open

Need to be able to stop reading #10

tristanpemble opened this issue Aug 8, 2014 · 2 comments

Comments

@tristanpemble
Copy link

When streaming, if there is an error, I need to be able to halt the stream. At the moment I can't do that.

@extrabacon
Copy link
Owner

Correct, the underlying Python script just keep running, reporting errors as they get caught, and finishing if the error is fatal or the end-of-file has been reached. Maybe we could add a "stopOnError" flag for this purpose. It would fix #11 at the same time.

@mstralenya
Copy link

I also need to be able to stop reading since I have cases when I need to read only first 100 rows from 700000.

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

No branches or pull requests

3 participants