Jay Chia

Results 126 comments of Jay Chia

Actually, just verified that the `skip_signature: true` flag works! We should add this to the lance documentation though.

Hi I am encountering issues using the auth crate with workload identity as well! A few issues with parsing the JSON generated from workload identity: 1. The `Format` struct expects...

Hi @djouallah ! This is planned, but requires some work on our end to correctly set up the Azure environment to test it. Let me bump up the priority on...

@djouallah could you provide an example of your setup to help guide development of this feature?

> Source not yet implemented: Thanks! Actually this error might be because you're using `abfss://` instead of `abfs://`. Daft currently recognizes only `az://` and `abfs://` as valid ABFS URLs. Could...

Thanks @martindurant I think exploring integrations on a per-row level for our `List`/`FixedSizeList`/`Tensor` types could be interesting. A slicing API for these types would be quite useful I think. Does...

Hi @hanslovsky Thanks for making this issue! I'll check in with the rest of the team, but the `df = df.with_column("foo", lit(...))` API is actually meant to "broadcast" the lit,...

Hi @hannydevelop yes! Please feel free to come up with a proposal, and we are also happy to chat about it in person. Come talk to us on the [Slack](https://join.slack.com/t/dist-data/shared_invite/zt-1t44ss4za-1rtsJNIsQOnjlf8BlG05yw)

Thanks for all the elaboration! If I understand correctly: You need `row_number()` functionality because you would like to maintain ordering of the dataframe after the inner join You can actually...