kaskada-ai / kaskada

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

bug: allow floats as timestamp column #777

Closed jordanrfrazier closed 11 months ago

jordanrfrazier commented 11 months ago

Allows timestamp column to be float for parquet sources in the new prepare path.

Also fixes the time_unit, which was previously not being taken into account.

Closes #776