harshkumar314e

Results 3 issues of harshkumar314e

``` use rmp_serde::Serializer; use serde::Serialize; extern crate rmp_serde; extern crate serde; #[macro_use] extern crate serde_derive; #[derive(Debug, Serialize, Deserialize)] #[serde(rename_all = "snake_case")] struct A { b: B, } #[derive(Debug, Serialize, Deserialize)]...

### Feature Description Do we have Open Telemetry instrumentation, it will give us good traceability in python. ### Problem and Solution For reference: https://opentelemetry-python-contrib.readthedocs.io/en/latest/ ### Additional Context _No response_ ###...

enhancement

### Summary Currently, ConnectorX loads the entire query result into memory before returning it as a Vec. This makes it inefficient or even infeasible for large datasets — especially when...