Re: CSVAdapter OTHER TYPE

2019-11-26 Thread Steve Robert
pe would always parsed to other type. > > You can reference a ARRAY column item with syntax “column_name[_index]”, > and MAP column value with syntax “column_name[‘key_name’]”, these syntax > also works with “OTHER”/“ANY” data type. > > Best, > Danny Chan > 在 2019年11月25日

CSVAdapter OTHER TYPE

2019-11-25 Thread Steve Robert
Hi , I saw an interesting exchange about the CSVAdapter I am also in a similar case where I want to be able to perform predicate filters from table after conversion from JSON to JsonScannableTable . the first dimension are correctly converted into the right type VARCHAR ect but other