kaskada-ai / kaskada

Modern, open-source event-processing
https://kaskada.io/
Apache License 2.0
348 stars 15 forks source link

perf: Create `Fields` outside of the batch creation #807

Open jordanrfrazier opened 11 months ago

jordanrfrazier commented 11 months ago

see https://github.com/kaskada-ai/kaskada/pull/803#discussion_r1355312476

bjchambers commented 10 months ago

Specifically, Field and Fields were added and put behind Arc to avoid cloning: https://github.com/apache/arrow-rs/issues/3955