Steps to reproduce:
List the minimal actions needed to reproduce the behaviour.
Start a locally running server.
Write data to it until a snapshot file has been written.
Restart the server.
Query DB with SELECT count(*) FROM my_db.
Restart the server again.
Query DB with SELECT count(*) FROM my_db.
Expected behaviour:
The two queries should return the same value
Actual behaviour:
The second query returns a smaller count than the first. Additionally, snapshot files are overwritten, no longer containing the parquet files hthey had.
Environment info:
Running on OS X with additional args to shorten investigation loop.
Config:
Steps to reproduce: List the minimal actions needed to reproduce the behaviour.
SELECT count(*) FROM my_db
.SELECT count(*) FROM my_db
.Expected behaviour: The two queries should return the same value Actual behaviour: The second query returns a smaller count than the first. Additionally, snapshot files are overwritten, no longer containing the parquet files hthey had.
Environment info: Running on OS X with additional args to shorten investigation loop. Config: