You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any idea whether aggregations on array elements are covered in this epic? I had no success so far:
>selectmax(unnest([1,3,5]));
type_coercion
caused by
Internal error: Unnest should be rewritten to LogicalPlan::Unnest before type coercion.
This was likely caused by a bug in DataFusion's code and we would welcome that you file an bug report in our issue tracker
On Fri, May 3, 2024, 11:50 AM Alexander Hirner ***@***.***> wrote:
Any idea whether aggregations on array elements are covered in this epic?
I had no success so far:
> select max(unnest([1,3,5]));
type_coercion
caused by
Internal error: Unnest should be rewritten to LogicalPlan::Unnest before type coercion.
This was likely caused by a bug in DataFusion's code and we would welcome that you file an bug report in our issue tracker
—
Reply to this email directly, view it on GitHub
<#6863 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADZCLR4DOSM7XTQZL2F5CDLZAMCQ7AVCNFSM6AAAAAA2AGNMUKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJSGA3TGOBQGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Is your feature request related to a problem or challenge?
This is a common ticket for all other tickets.
The ticket was created for the next purposes:
Describe the solution you'd like
Tickets:
Array creating:
make_array
does not properly support nulls #6887make_array
can not form columns with lists #6993Array functions:
ArrayFill
#6779FixedSizeList
in array methods #6560unnest
function #6555array_contains
#6557array_contains
returning unexpected values with column parameter #6972array_concat
with arrays with different dimensions does not work properly #6992Array operators:
Cast:
Concept:
ARRAY
#6980array_has_all
function #6973array_element
function #6974array_slice
function #6975array_has_any
function #6976array_has
function #6977array_intersect
function #6978array_except
function #6979array_union
function #6981Other:
AnyOp
andAllOp
operators #6602Signature
method for list datatypes. #6559GetIndexedField
in protobuf #7146index
does not support with columns #7147Discussions:
Describe alternatives you've considered
Additional context
ARRAY
#6980Struct
,List
,ListArray
, and other Composite types) #2326The text was updated successfully, but these errors were encountered: