kaskada-ai / kaskada

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

deps: Update Arrow version #784

Closed bjchambers closed 11 months ago

bjchambers commented 11 months ago

This updates many places to use the new Datum backed APIs. But, it suppresses a few cases and references #783. Specifically, some expression code needs to be figured out, some runtime code (likely to be deleted) and some other places.

Seems to fix the behavior of time-delta comparisons to literals (and possibly other logical types represented by numeric primitives).