Kev Wang

Results 112 comments of Kev Wang

> Do you prefer to a series of PRs, or a big PR? I can follow your community best practice to do that. We do not have a formal convention...

Hi @Lundez, thanks bringing this up. I have a few questions: 1. you should already be able to construct UDFs with multiple inputs by simply adding more arguments to your...

What we could maybe to is also support returning a dictionary of lists instead of a list of dictionaries for struct type columns.

Ah I see, thanks for the feedback. I do want to get around to improving the ergonomics of UDFs, I think we'll have some time after the new years to...

Here's my proposal: - Add something like an `unnest_output` parameter in `@daft.udf` that tells Daft to automatically convert a struct output into columns - more ways to return struct type...

Yep, we are thinking about this actively and will have something to show yall soon.

I'm aiming to stabilize an API for this by the end of the month, but we may be able to get something to you to try out next week. Would...

@plotor could you elaborate on your use case for flattening specific columns? Would you still want some of the struct fields to still be preserved in a struct? Additionally, I'm...

Gotcha. Since this isn't blocking functionality and is largely an ergonomics issue, I don't plan on prioritizing a fix at the moment, but we'll keep this in mind as we...