Package io.trino.tests.product.hive
Class TestAvroSchemaUrl
- java.lang.Object
-
- io.trino.tempto.ProductTest
-
- io.trino.tests.product.hive.HiveProductTest
-
- io.trino.tests.product.hive.TestAvroSchemaUrl
-
public class TestAvroSchemaUrl extends HiveProductTest
-
-
Field Summary
-
Fields inherited from class io.trino.tests.product.hive.HiveProductTest
ERROR_COMMITTING_WRITE_TO_HIVE_RETRY_POLICY
-
-
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.trino.tests.product.hive.HiveProductTest
getHiveVersionMajor, getHiveVersionMinor, getHiveVersionPatch, isHiveVersionBefore12, isHiveWithBrokenAvroTimestamps
-
-
-
-
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()
-
-