Cory Grinstead

Results 227 comments of Cory Grinstead

upstream issue: https://github.com/sqlparser-rs/sqlparser-rs/issues/1057

@BigWickedDaddy Yes By all means! Feel free to reach out here, or in our [slack](https://join.slack.com/t/dist-data/shared_invite/zt-2e77olvxw-uyZcPPV1SRchhi8ah6ZCtg) if you have any questions!

@Farzan-Hashmi yes by all means! Feel free to reach out with any questions!

I was thinking we could use [substrait](https://substrait.io/) to convert the LP to a datafusion LP, but this does require implementing to/from substrait in polars as well. https://github.com/pola-rs/polars/issues/7404 We could also...

So this is actually a limitation with our file approach and is something I've been considering changing for other reasons as well. Currently `daft.File` can be backed by either a...

hi @MingshiPeng, just for some clarity, is the ask that for `PartitionField`, you want to access properties like those available on [Field](https://github.com/Eventual-Inc/Daft/blob/89949f107405ad5e5e3ebec9068a9f2a92533802/daft/logical/schema.py#L19) (name, dtype, ...). something like: ```py pf: PartitionField...

@Jay-ju, It looks like @rchowell approved 🎉. Unfortunately it appears there are now some merge conflicts. If you could get those resolved, we could get this merged and included into...

@Jay-ju I'm seeing quite a few errors in the unit tests that seem to be from some unwrapping of pyresult's ``` E daft.exceptions.DaftCoreException: DaftError::External task 690926 panicked with message "called...

hey @codekshitij i added comments on the other PR that got closed. Could you address these issues? https://github.com/Eventual-Inc/Daft/pull/5227

@nathan-dopko does `.column` suit your needs? Here's a full example using the new `.column` method ```ts import * as arrow from "apache-arrow"; import * as lancedb from "@lancedb/lancedb"; const schema...