You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2018/02/01 15:14:51 UTC

[GitHub] keith-turner commented on issue #984: Create option for machine readable output for scan

keith-turner commented on issue #984: Create option for machine readable output for scan
URL: https://github.com/apache/fluo/issues/984#issuecomment-362296190
 
 
   I think passing in something like an OutputStream is much cleaner.  Would need to preserve the `checkError()` behavior where the scan breaks when the output stream is closed.   Looking into the I realized the current code is inefficient because `checkError()` also flushes.  It would be more efficient to use something like an OutputStream and when it throws an IOException just stop the scan.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services