Weiyuan Wu
Weiyuan Wu
@dhuntley1023 Thanks for the reporting! This sounds like an issue that happened in the C code, either pandas or dask. @brandonlockhart I think you are more familiar with the categorical...
let's see with a newer release if this problem is fixed
Thanks @alippai ! We will look into that.
@Matthieu-Tinycoaching no need to specify the arch. The script only builds the package for the host platform. Basically this command `just bootstrap-python ci-build-python-extention ci-build-python-wheel ci-rename-wheel` from: https://github.com/sfu-db/connector-x/blob/main/.github/workflows/release.yml#L56 The wheel will...
> @dovahcrow thanks for your feedback. > > Does this mean I have to be on arm64 architecture to build a version of connectorx for this host? Correct. That's the...
It seems to me that the destructor stucked at https://github.com/sfu-db/connector-x/blob/main/connectorx/src/dispatcher.rs#L153, because the line 155 `debug!("Writing finished");` is not printed out. To narrow it down, could you please help us try...
@castarco Thanks. This helps us narrow down the bug to either rayon or the Postgres.
@ahusnn It seems like Batch is for insert/update/delete?
Hi @pjlammertyn may I ask why do you care about virtual memory usage? The VM does not really mean how much physical memory is actually used and in data-intensive systems,...
Nice catch! The visualization is implemented/tested for jupyter notebook at the very beginning. With the popularity of VSCode increasing, I think supporting it should be the next step. Will circle...