You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recognized that HDTManager::generateHDT does not generate the same output for the same input.
This is not just caused by different timestamps in the header. For the same local file I got in five different runs this three different header data:
My guess was that it was due to the randomness of the BNodes naming, so it does explain the difference in term of size, but to compute the size, we are using the random bnode names, but it’s usually _:anUuid, so a fixed size. So it’s not only that I think
I recognized that
HDTManager::generateHDT
does not generate the same output for the same input.This is not just caused by different timestamps in the header. For the same local file I got in five different runs this three different header data:
Beside different headers, there is also some difference in the serialization of the dictionary.
What is the reason for this?
The text was updated successfully, but these errors were encountered: