Unverified Commit b94fff4d authored by Arjun Landes's avatar Arjun Landes Committed by GitHub

chore: Removes extra column from sample_col.csv (#279)

This was preventing the file from being pretty printed in table form by Github.
parent 80162a28
...@@ -9,4 +9,4 @@ col2,"col2 description","string",2,dynamo,gold,test_schema,test_table2 ...@@ -9,4 +9,4 @@ col2,"col2 description","string",2,dynamo,gold,test_schema,test_table2
col3,"col3 description","string",3,dynamo,gold,test_schema,test_table2 col3,"col3 description","string",3,dynamo,gold,test_schema,test_table2
col4,"col4 description","int",4,dynamo,gold,test_schema,test_table2 col4,"col4 description","int",4,dynamo,gold,test_schema,test_table2
col1,"view col description","int",1,hive,gold,test_schema,test_view1 col1,"view col description","int",1,hive,gold,test_schema,test_view1
col1,"col1 description","int",1,hive,gold,test_schema,test_table3,"" col1,"col1 description","int",1,hive,gold,test_schema,test_table3
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment