aws athena - Create table by an array of json object
问题 Can I get help in creating a table on AWS Athena. For a sample example of data : [{"lts": 150}] AWS Glue generate the schema as : array (array<struct<lts:int>>) When I try to use the created table by AWS Glue to preview the table, I had this error: HIVE_BAD_DATA: Error parsing field value for field 0: org.openx.data.jsonserde.json.JSONObject cannot be cast to org.openx.data.jsonserde.json.JSONArray The message error is clear, but I can't find the source of the problem! 回答1: Hive running under