-
Notifications
You must be signed in to change notification settings - Fork 173
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
UnhandledPromiseRejectionWarning on error #45
Comments
Just found unhandled promise rejection in ParquetTransformer, line 268:
|
@burgrp you will also find the proposed fix in the reference above, from Feb 1 2018 |
Thanks @ZJONSSON . It's a pity, it's not merged yet. |
Any chance of getting this fix merged and new version published ? |
Its a useful change to merge in, and would be very much appreciated to capture the rejection rather than silently dying. |
Does anyone have a workaround to handle promise rejection? |
If an error occurs in the
ParquetTransformer._transform
the stream is left in limbo state. Node logs out the following warning:The text was updated successfully, but these errors were encountered: