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 java.lang.Object[][]avroSchemaLocations()voidcleanup()voidsetup()voidtestAvroSchemaUrlInSerdeProperties()voidtestHiveCreatedTable(java.lang.String schemaLocation)voidtestPartitionedTableWithLongColumnType()voidtestPrestoCreatedTable(java.lang.String schemaLocation)voidtestTableWithLongColumnType()-
Methods inherited from class io.prestosql.tests.hive.HiveProductTest
getHiveVersionMajor, getHiveVersionMinor, getHiveVersionPatch, isHiveVersionBefore12
-
-
-
-
Method Detail
-
setup
public void setup() throws java.lang.Exception- Throws:
java.lang.Exception
-
cleanup
public void cleanup()
-
avroSchemaLocations
public java.lang.Object[][] avroSchemaLocations()
-
testHiveCreatedTable
public void testHiveCreatedTable(java.lang.String schemaLocation)
-
testAvroSchemaUrlInSerdeProperties
public void testAvroSchemaUrlInSerdeProperties() throws java.io.IOException- Throws:
java.io.IOException
-
testPrestoCreatedTable
public void testPrestoCreatedTable(java.lang.String schemaLocation)
-
testTableWithLongColumnType
public void testTableWithLongColumnType()
-
testPartitionedTableWithLongColumnType
public void testPartitionedTableWithLongColumnType()
-
-