Florian Valeye

Results 10 issues of Florian Valeye

Currently, we use a `JSON` string for binding Rust and Python for reading the Delta table schema. The improvement is to create and use pyo3 structure in Rust for binding...

enhancement
good first issue
binding/python

# Description Create a file exporter for Tracarbon. **Use Case** When Tracarbon is launched, it should be able to write everything to local files.

enhancement
good first issue

# Description - Tracks the power consumption from a Windows device

enhancement
help wanted
energy-consumption

# Description - Tracks the power consumption from a Linux device # Use Cases - [Reading RAPL energy measurements from Linux](https://web.eece.maine.edu/~vweaver/projects/rapl/)

enhancement
help wanted
energy-consumption

# Description - Add Python binding (>3.7) using `pyo3` to call Scaphandre Rust code from Python. - Add the first version with the sensor `PowercapRAPL` as default. - Expose 3...

Add [Tracarbon](https://github.com/fvaleye/tracarbon) to the list!

Hello! Coming from the [Delta-RS](https://github.com/delta-io/delta-rs) community, I have several questions regarding the timestamp type in the DeltaTable schema serialization saved in the transaction log. **Context** The transaction protocol [schema serialization...

enhancement

Currently, the Chainlit server initialization is configured to use only a single worker, as seen in the [chainlit/cli/init.py](https://github.com/Chainlit/chainlit/blob/main/backend/chainlit/cli/__init__.py#L80). This setup does not take full advantage of the available CPU resources,...

### Is your feature request related to a problem or challenge? In the current DataFusion integration (`crates/integrations/datafusion/src/physical_plan/project.rs`), `input_schema` is not validated that is exactly matches iceberg table schema. ### Describe...

enhancement

# Description - Add `max_temp_directory_size` parameter to the Python bindings to optimize DataFusion operations. - Add `max_spill_size` to the Python binding (available in Rust) # Related Issue(s) - closes #3833

binding/python
binding/rust