Package io.prestosql.tests.hive
Class TestAvroSchemaUrl
- java.lang.Object
-
- io.prestosql.tempto.ProductTest
-
- io.prestosql.tests.hive.HiveProductTest
-
- io.prestosql.tests.hive.TestAvroSchemaUrl
-
public class TestAvroSchemaUrl extends HiveProductTest
-
-
Constructor Summary
Constructors Constructor Description TestAvroSchemaUrl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[][]avroSchemaLocations()voidcleanup()voidsetup()voidtestAvroSchemaUrlInSerdeProperties()voidtestHiveCreatedTable(String schemaLocation)voidtestPartitionedTableWithLongColumnType()voidtestPrestoCreatedTable(String schemaLocation)voidtestTableWithLongColumnType()-
Methods inherited from class io.prestosql.tests.hive.HiveProductTest
getHiveVersionMajor, getHiveVersionMinor, getHiveVersionPatch, isHiveVersionBefore12
-
-
-
-
Method Detail
-
cleanup
public void cleanup()
-
avroSchemaLocations
public Object[][] avroSchemaLocations()
-
testHiveCreatedTable
public void testHiveCreatedTable(String schemaLocation)
-
testAvroSchemaUrlInSerdeProperties
public void testAvroSchemaUrlInSerdeProperties() throws IOException- Throws:
IOException
-
testPrestoCreatedTable
public void testPrestoCreatedTable(String schemaLocation)
-
testTableWithLongColumnType
public void testTableWithLongColumnType()
-
testPartitionedTableWithLongColumnType
public void testPartitionedTableWithLongColumnType()
-
-