Marko Grujic

Results 33 comments of Marko Grujic

@ion-elgreco weirdly a couple of tests seem to be stuck, and have been [running](https://github.com/delta-io/delta-rs/actions/runs/9091551070/job/24986434888?pr=2491#step:4:1746) close to 2h hours now (`test_concurrency_local`, `test_integration_local`). I presume this is a CI problem of some...

> It would be great if we could also connect to a GCP emulator like https://github.com/fsouza/fake-gcs-server to make integration testing easier. @eitsupi this is actually somewhat new and not yet...

Here is a brief tour of the new options (from an actual IPython session): ```python In [1]: import glaredb In [2]: con_1 = glaredb.connect(location="memory://") # connect to in-memory store In...