Open mario-imperato opened 2 months ago
hi @mario-imperato thanks for reporting this issue, i confirmed that it is a bug in local log store and i fixed it in branch fix/local-log-store-path-exist
, can you checkout that branch and run it again?
currently I can not merge it into master branch because of a dockerfile dependency issue.
I've taken the examples/local_example_test.go and modified in the attempt to create a delta table and adding some stuff in it. I attach the full code of the sample that is somewhat derived from an HelloWord example in the java standalone lib. Not sure if I'm missing something. At first sight I get the result but in the _delta_log it shows up an unexpected folder of the form:
tests/golden/snapshot-data4/_delta_log/file:/__0x2f____0x2f__Users/marioa.imperato/projects/gits/csimplestring/delta-go/tests/golden/snapshot-data4/_delta_log__0x2f__
(see attached image).What I'm missing? Thank you Mario
Sample code: