I see the official document, there are no samples about inserting complex types like struct and map.
So, what's the grammar?
My table definition:
spark-sql> desc struct_map;
_hoodie_commit_time string NULL
_hoodie_commit_seqno string NULL
_hoodie_record_key string NULL
_hoodie_partition_path string NULL
_hoodie_file_name string NULL
uuid int NULL
col1 struct<col11:int,col12:struct<col121:int>> NULL
col2 map<string,int> NULL