Package io.prestosql.tests.hive
Class TestInsertIntoHiveTable
- java.lang.Object
-
- io.prestosql.tempto.ProductTest
-
- io.prestosql.tests.hive.TestInsertIntoHiveTable
-
- All Implemented Interfaces:
io.prestosql.tempto.RequirementsProvider
public class TestInsertIntoHiveTable extends io.prestosql.tempto.ProductTest implements io.prestosql.tempto.RequirementsProvider
-
-
Constructor Summary
Constructors Constructor Description TestInsertIntoHiveTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.prestosql.tempto.RequirementgetRequirements(io.prestosql.tempto.configuration.Configuration configuration)voidtestInsertIntoPartitionedWithSerdeProperty()voidtestInsertIntoSelectToHiveTableAllHiveSimpleTypes()voidtestInsertIntoValuesToHiveTableAllHiveSimpleTypes()
-
-
-
Method Detail
-
getRequirements
public io.prestosql.tempto.Requirement getRequirements(io.prestosql.tempto.configuration.Configuration configuration)
- Specified by:
getRequirementsin interfaceio.prestosql.tempto.RequirementsProvider
-
testInsertIntoValuesToHiveTableAllHiveSimpleTypes
public void testInsertIntoValuesToHiveTableAllHiveSimpleTypes()
-
testInsertIntoSelectToHiveTableAllHiveSimpleTypes
public void testInsertIntoSelectToHiveTableAllHiveSimpleTypes()
-
testInsertIntoPartitionedWithSerdeProperty
public void testInsertIntoPartitionedWithSerdeProperty()
-
-