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

Process metadata really step-by-step in BP4 when StreamReader is on. … #2410

Merged
merged 1 commit into from
Aug 4, 2020

Conversation

pnorbert
Copy link
Contributor

@pnorbert pnorbert commented Aug 4, 2020

…So far, it was reading in metadata in chunks but it processed the whole chunk (multiple steps) at once. For true semantics, we want Variables and Attributes show up in their proper step and since the IO map holds all entries of all processed steps, the current processing can show variables in later steps too early. Now the chunks are kept in memory but only processed step by step.

…So far, it was reading in metadata in chunks but it processed the whole chunk (multiple steps) at once. For true semantics, we want Variables and Attributes show up in their proper step and since the IO map holds all entries of all processed steps, the current processing can show variables in later steps too early. Now the chunks are kept in memory but only processed step by step.
@pnorbert
Copy link
Contributor Author

pnorbert commented Aug 4, 2020

Do not merge until Greg's attribute test is added with BP4

@pnorbert
Copy link
Contributor Author

pnorbert commented Aug 4, 2020

Well, merge it anyway, because that test cannot be modified for all engines but now it works as intended with StreamReader=ON

@pnorbert pnorbert merged commit d96750b into ornladios:master Aug 4, 2020
@pnorbert pnorbert deleted the step-by-step-read branch August 4, 2020 19:27
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

Successfully merging this pull request may close these issues.

1 participant