We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using parse.parseRecordValues(record: UnprocessedDataRecord, schema: Schema) function to parse record values. Resulting in an error being thrown:
parse.parseRecordValues(record: UnprocessedDataRecord, schema: Schema)
RangeError: Maximum call stack size exceeded
An object with properties and value types parsed according the schema passed as argument.
Error thrown:
The text was updated successfully, but these errors were encountered:
Solution: Correct the error related to a nested if condition, which was causing an infinite loop and leading to an out-of-memory issue. PR #236
if
Sorry, something went wrong.
No branches or pull requests
Description
Using
parse.parseRecordValues(record: UnprocessedDataRecord, schema: Schema)
function to parse record values.Resulting in an error being thrown:
Expected Behaviour
An object with properties and value types parsed according the schema passed as argument.
Actual Behaviour
Error thrown:
Your Environment
The text was updated successfully, but these errors were encountered: