Closed hkrcc01 closed 2 weeks ago
The pre-generated validation data is from: https://pub-383410a98aef4cb686f0c7601eddd25f.r2.dev/interactive-v1/validation_params-sf0.1-sf10.tar.zst
Problem 2 has been solved! It's the time zone. The time zone of the region is different. As a result, the data difference is 10,000.
Problem 1:
I downloaded the validation params data provided by others from the Internet, configured
validate.properties
, and starteddriver/validate.sh
. Some short queries data errors was reported:That is, the returned query result is empty.
Then I tried to generate validation data, but he gave me an error:
Problem 2:
I also used the validation data obtained from others to verify neo4j and postgres databases. A strange phenomenon occurs. The query results of the two databases on Query 7 are inconsistent with the expected results, and the all difference between the likeCreationDate field is 10. 000, for example:
this is the expected result of query:
And actual result is:
This is true for all Query 7, and for both Neo4j and Postgres implementations.