I am getting the following error when trying to create a Hive table from an existing DynamoDB table:
NoViableAltException(88@[]) at org.apache.hadoop.hive.ql.par
I solved this issue by doing like that:
insert into my_table(my_field_0, ..., my_field_n) values(my_value_0, ..., my_value_n)