Cory Grinstead

Results 119 comments of Cory Grinstead

> Isn't that a problem regardless? To not conflate things, there are two distinct paths, one for the type system. `int[3]`, and one for the expr syntax (literal or function)...

we should be able use chrono's [strptime](https://docs.rs/chrono/latest/chrono/format/strftime/index.html) to handle this. I believe polars `str.to_date` and `str.to_datetime` both use this under the hood.

Seems likely that this will be implemented upstream https://github.com/apache/arrow-datafusion/issues/9147

This should have the same output as the version when running `glaredb local`. ```sh > ./glaredb local GlareDB (v0.8.1) Type \help for help. ``` Note that tagged versions shouldn't have...

@scsmithr I just tried to reproduce this on commit `66c2f6bc` (main) and was not able to reproduce this ``` > just slt 'sqllogictests/external_table' --protocol=flightsql cargo build --bin glaredb Finished dev...

related to https://github.com/GlareDB/glaredb/issues/2402

https://github.com/GlareDB/glaredb/issues/2251

This actually seems to be an error with datafusion's `arrow_cast` function. In this specific example, you can replace `arrow_cast` with `to_timestamp_seconds("EventTime")` and it should work as expected.

> Something I'd like to see higher up on the list (after tables) is relative path completion. Right now if I start `glaredb` in a dir with files I want...

duplicate of https://github.com/GlareDB/glaredb/issues/1406