Hi All! I have a Table with columns of ARRAY<STRING> and ARRAY<INT>, is there any way to convert it back to the respective java arrays? String[] and Integer[]
It only seems to work for primitive types (non null), date, time and decimal. For String for instance I get the following error: Query schema: [f0: ARRAY<STRING>] Sink schema: [f0: LEGACY('ARRAY', 'ANY<[Ljava.lang.String;,.... Am I doing something wrong? Thanks Gyula