* @throws Exception if exists
*/
@Test
public void w_tblproperties() throws Exception {
SimpleTableInfo table = new SimpleTableInfo("testing")
.withField(new SimpleFieldInfo("col1", TypeInfoFactory.intTypeInfo))
.withTableProperty("orc.compress", "SNAPPY")
.withTableProperty("orc.compress.size", "262145")
.withTableProperty("orc.stripe.size", "268435457")
.withTableProperty("orc.row.index.stride", "20000")
.withTableProperty("orc.create.index", "false");