Skip to content

Error in code FakeSchemaFactory.Create(...) throws Exception: Index was outside the bounds of the array. #2322

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

Closed
dadvav opened this issue Jan 30, 2019 · 1 comment
Assignees

Comments

@dadvav
Copy link

dadvav commented Jan 30, 2019

Exception: Index was outside the bounds of the array. In FakeSchemaFactory.Create(...)

There is mistake in code :
for (int j = 0; j < partialMetadata.Count; ++j) { var metaColumnType = MakeColumnType(partialMetadata[i]);

There should be "j" instead of "i" variable.

@wschin wschin self-assigned this Jan 30, 2019
@wschin
Copy link
Member

wschin commented Jan 30, 2019

Thanks @dadvav!

@ghost ghost locked as resolved and limited conversation to collaborators Mar 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants