kuzu
kuzu copied to clipboard
Ensure binary database works across multiple platforms
Currently, there is a set of tests regarding using the same binary database across platforms at test/test_files/binary_demo
and dataset/binary-demo
.
There are a few test cases within the test files that are skipped as they fail. Suspicions are that something with hash joins is not working properly when using a binary db from another platform although this has yet to be 100% confirmed (all failing cases contain HASH_JOIN in their logical plan but not sure if that is the root cause).
See also #2944