Edmondo Porcu
Edmondo Porcu
I want to create a udf that can select multiple functions at once, such as a COLUMNS() function. ```sql select COLUMNS('number\d+') from my_table. ``` looking at the [struct UDF](https://github.com/apache/datafusion/issues/10102#:~:text=main/datafusion/functions/src/core/struct.rs%23L97), it...
@jayzhan211 that function already returns a `Vec`, or am I missing something? Do we still need to have udtf?
I spent a bit of extra time on this and I have some thoughts worth sharing. `pull_from_input` is the task that pulls the record and send them to the ouput...
@danielxt7 this workaround is gold https://github.com/temporalio/sdk-python/pull/172/files#diff-e0c5149ab771083cacddbeaf3336656118f582f6311228e0b8652c3209a7dd2eR32-R39
Is this still actual @epsstan ? The code seems already to be there, see https://github.com/finos/legend-sdlc/tree/241c591f904d99db54476bff5e7d764c844a6d7e/legend-sdlc-server/src/test/java/org/finos/legend/sdlc/server/inmemory/backend/api @kevin-m-knight-gs seems to be the author
@samuelcolvin have you already started to write code?
Following up my discussion on #7214 what's the status of this? Are there blockers that need to be removed / other PR that need to be worked on before this...
@comphead can I pick this or are you arleady working on a solution?
Thanks. Will work on #10659 !
Was this resurrected?