I am the new learner in CQL. I am using the docker env to run the Cassandra. In previous, I have the two tables(restaurants and Inspection) with inserted the data by csv and the following setting: Since join method are not supported in CQL, I need to re-insert the joined data set(JSON) to a new table(call InspectionrestaurantNY). Therefore, I tried