prestodb / tempto

A testing framework for Presto
Apache License 2.0
61 stars 23 forks source link

TableState should have get method which accepts TableDefinition #182

Closed kokosing closed 7 years ago

kokosing commented 8 years ago

TableDefinition already has a TableHandle in it, so it is easy to add such method. It will be helpful to get table instance as no extra variables with table name or TableHandle are needed.