Liam Murphy
Liam Murphy
Ah yes, that does fix it. Sadly, as with basically every other DE, the compositor causes window dragging, scrolling and more to be locked to 60 fps, because I have...
Is there a file in Pupernetes that already displays the version, like a config file somewhere? If not, might be nice to use that for this purpose. If there's a...
As a part of making this new flag, would it be worth adding a "VERSION" file at the root? Allows the version number to be used elsewhere, it would just...
@ion-elgreco I'm looking at switching over to the rust engine for my Lambda that handles the deltalake writes. We partition by date than hour and never as a full timestamp,...
> @liamphmurphy I'm happy I wasn't the only one facing this. Was questioning our infra setup Haha I'm also glad to know I'm not completely crazy! This may be relevant:...
@ion-elgreco Tested with 0.15.3 and yep I get that second more generic error still. And ahh okay understood, guess that explains why changing that env var wasn't doing anything haha....
I did some debugging and found where this error occurs (at least for me) It happens here: https://github.com/delta-io/delta-rs/blob/dadf2645712c0301d7fe1f055dee92c3b5393fc4/crates/core/src/kernel/snapshot/log_segment.rs#L316 The `checkpoint_stream.next()` call hangs for some time, and then eventually returns an...
And for some additional logs in case it's helpful (the `checkpoint files` print line is my own), here's the last snippet of RUST_LOG=debug lines leading to the error. ``` checkpoint...
@ion-elgreco Yeah appears to be. I presume the reason why a stream is used here was to accommodate large checkpoints like this and to not have to load it all...
I've done a bit of initial research on parsing the Python models. It's going to take a bit of puzzle-solving / trial and error, but I'm inclined to go with...