Didip Kerabat
05/25/2023, 4:15 PMProgrammingError: Unknown exception (com.fasterxml.jackson.databind.RuntimeJsonMappingException): Cannot deserialize instance of `java.lang.String` out of VALUE_NULL token
at [Source: (net.jpountz.lz4.LZ4BlockInputStream); line: -1, column: 4]
It seems to me that the column has null values but the devs said that there are no such nulls.array_agg()
function.
array_agg(coalesce(the_column, ''))
Saydul Bashar
05/25/2023, 4:50 PMREPLACE(myString, Char(0x00), '')
` should workDidip Kerabat
05/25/2023, 4:57 PMSaydul Bashar
05/25/2023, 4:58 PM