This message was deleted.
# troubleshooting
s
This message was deleted.
c
im not sure array casts are wired up in SQL right now, will check
but the native syntax is like
cast(['1.0', '2.0', '3.0'], 'ARRAY<LONG>')
m
Can it be use at ingestion time (in a transform)?
c
well, i think it can but i think there were some bugs with trying to do array stuff in expression transforms prior to https://github.com/apache/druid/pull/13947
^ added some tests for them
they weren’t very well tested because the only type of column that could really hold them before was multi-value strings