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

The generated CSV header for interactive query 2, 9 doesn't match the specification #106

Closed
benhamad opened this issue Oct 17, 2019 · 2 comments

Comments

@benhamad
Copy link

In the LDCB specification, for the interactive queries 2 and 9 they need a maxDate parameter. Where the CSV header for the generated params files have minDate instead.

$ head -n 1 interactive_2_param.txt
personId|minDate
$ head -n 1 interactive_9_param.txt
personId|minDate
@szarnyasg
Copy link
Member

Good catch, thanks! The error is in the bottom part of this code snippet:

https://github.com/ldbc/ldbc_snb_datagen/blob/f466302f36f6527ac05bbe59b96c7c8ff2e3a838/paramgenerator/generateparams.py#L196-L240

I could not fix this in a couple of minutes of trying and will defer this to the Julia rewrite (#83) task.

@szarnyasg
Copy link
Member

Update: it seems I managed to resolve this with ad90089.

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

2 participants