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

Orc Extractor is not working as expected #6

Open
bagdfs opened this issue Sep 5, 2017 · 0 comments
Open

Orc Extractor is not working as expected #6

bagdfs opened this issue Sep 5, 2017 · 0 comments

Comments

@bagdfs
Copy link

bagdfs commented Sep 5, 2017

Hi Sindhudweep,

i tried to run a usql script which will extract 3.5GB of compressed data(approx 81 million records) in ORC format into a csv file.

when i run the usql script it gives the below error message.Can u pls help me out in this ??

**DESCRIPTION
Unhandled exception from user code: "Capacity must be positive.
Parameter name: capacity" The details includes more information including any inner exceptions and the stack trace where the exception was raised.
RESOLUTION
Make sure the bug in the user code is fixed.
DETAILS
==== Caught exception System.ArgumentOutOfRangeException

at System.IO.MemoryStream..ctor(Int32 capacity)
at Orcneas.Core.OrcExtractor.GetSeekableStream(IUnstructuredReader input, SeekableInputStreamHackMode inputStreamHackMode)
at Orcneas.Core.OrcExtractor.d__4.MoveNext()
at ScopeEngine.SqlIpExtractorScopeEngine::CosmosInput,Extract_0_Data0.GetNextRow(SqlIpExtractorScopeEngine::CosmosInput\,Extract_0_Data0* , Extract_0_Data0* output) in d:\data\ccs\jobs\604c4a84-fa51-4cc8-9472-6dc480f13734_v0\sqlmanaged.h:line 1924
ERROR
E_RUNTIME_USER_UNHANDLED_EXCEPTION_FROM_USER_CODE
MESSAGE
An unhandled exception from user code has been reported when invoking the method 'Extract' on the user type 'Orcneas.Core.OrcExtractor'**

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

1 participant