Package io.trino.tests.product
Class TestCreateTable
java.lang.Object
io.trino.tempto.ProductTest
io.trino.tests.product.TestCreateTable
public class TestCreateTable
extends io.trino.tempto.ProductTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidBaseConnectorTest.testCreateTableSchemaNotFound()copy run against Thrift metastore.
-
Constructor Details
-
TestCreateTable
public TestCreateTable()
-
-
Method Details
-
shouldCreateTableAsSelect
public void shouldCreateTableAsSelect() -
shouldCreateTableAsEmptySelect
public void shouldCreateTableAsEmptySelect() -
shouldNotCreateTableInNonExistentSchema
public void shouldNotCreateTableInNonExistentSchema()BaseConnectorTest.testCreateTableSchemaNotFound()copy run against Thrift metastore. -
shouldNotCreateExternalTableInNonExistentSchema
public void shouldNotCreateExternalTableInNonExistentSchema()
-