I have tried to create table whic is not zip like this.
CREATE TABLE example_table (| a BIGINT, b BIGINT, v STRING, d TINYINT ) STORED AS TEXTFILE LOCATION /path/to/directory/
It's not zip table. I want to also create new table with zip to take history of this table. How can i create just 1 table with zip ?