ldbc / ldbc_snb_interactive_v1_impls

Reference implementations for LDBC Social Network Benchmark's Interactive workload.
https://ldbcouncil.org/benchmarks/snb-interactive
Apache License 2.0
98 stars 85 forks source link

csv files mismatch #402

Closed winattack closed 10 months ago

winattack commented 10 months ago

hi @szarnyasg: in social_network-sf0.1-CsvBasic-StringDateFormatter, has person_email_emailaddress_0_0.csv and person_speaks_language_0_0.csv, but social_network-sf0.1-CsvComposite-LongDateFormatter and social_network-sf0.1-CsvComposite-StringDateFormatter does not have these two files, why?

szarnyasg commented 10 months ago

Hi @winattack The differences between the CSV files are due to the fact that they use different CSV serializers. These are explained in the specification's appendix (chapter "appendix D"): https://ldbcouncil.org/ldbc_snb_docs/ldbc-snb-specification.pdf#appendix.D

Screenshot 2024-01-09 at 18 50 09