NeejWeej

Results 6 comments of NeejWeej

I don't think `ProtoMessageMapper` is defined anywhere, though it is mentioned here: [docs/wiki/api-references/Input-Output-Adapters-API.md](https://github.com/Point72/csp/blob/01b077dbe863773f6cd5f962d7e735592f868209/docs/wiki/api-references/Input-Output-Adapters-API.md?plain=1#L74)

Outputs from csp nodes are defined on the c++ level, which means it is much more difficult to fix

> > Outputs from csp nodes are defined on the c++ level, which means it is much more difficult to fix > > If we treat Any as if it...

> Can you take an example where this wasn't equivalent before and create a unit test from it? It should be equivalent, the only difference is that we skip a...

> FYI in [#23548](https://github.com/pola-rs/polars/issues/23548) [Ritchie said](https://github.com/pola-rs/polars/issues/23548#issuecomment-3066894424): > > > It certainly isn't a guarantee that DataFrames that are equal lead to same serialized bytes. There can be metadata differences or...

> `collect_schema` caches the IR resolving as that is very expensive. This changes internal state. We might be able to make serialization aware of that. This would be great if...