Niko
Niko
Nice catch, thank you. That statement about being donated only appears under DMLC repo.
I'm about to resume my work on this one. I paused my work due to job change. I've implemented forward for Nearest upsampling but came across a problem while trying...
@SID262000 I am no longer contributing to this project
I wonder if that's meant to work. The following works: ``` select arrow_cast([null], 'FixedSizeList(1, Null)'); ``` However, if you wanted a zero-sized list then should it be be ``` select...
I'll see what I can do
I've done some digging but did not find an easy fix, only few options listed below. Happy to follow up but need a decision on which fix to attempt. The...
@Weijun-H was there any specific reason you were trying to achieve this (i.e. `select arrow_cast(make_array(), 'FixedSizeList(1, Null)');`)?
I unassigned myself from this issue as I don't have much bandwidth at the moment so maybe someone else is willing to implement the changes. If nobody does then I'll...
Looks like this is still open, happy to resume if noone else is working on it