Package io.trino.tests.product.kafka
Class TestKafkaAvroReadsSmokeTest
- java.lang.Object
-
- io.trino.tempto.ProductTest
-
- io.trino.tests.product.kafka.TestKafkaAvroReadsSmokeTest
-
public class TestKafkaAvroReadsSmokeTest extends io.trino.tempto.ProductTest
-
-
Constructor Summary
Constructors Constructor Description TestKafkaAvroReadsSmokeTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Object[][]catalogs()voidtestAvroWithSchemaReferences()voidtestNullType(io.trino.tests.product.kafka.TestKafkaAvroReadsSmokeTest.KafkaCatalog kafkaCatalog, io.trino.tests.product.kafka.TestKafkaAvroReadsSmokeTest.MessageSerializer messageSerializer)voidtestSelectPrimitiveDataType(io.trino.tests.product.kafka.TestKafkaAvroReadsSmokeTest.KafkaCatalog kafkaCatalog, io.trino.tests.product.kafka.TestKafkaAvroReadsSmokeTest.MessageSerializer messageSerializer)voidtestSelectStructuralDataType(io.trino.tests.product.kafka.TestKafkaAvroReadsSmokeTest.KafkaCatalog kafkaCatalog, io.trino.tests.product.kafka.TestKafkaAvroReadsSmokeTest.MessageSerializer messageSerializer)
-
-
-
Method Detail
-
testSelectPrimitiveDataType
public void testSelectPrimitiveDataType(io.trino.tests.product.kafka.TestKafkaAvroReadsSmokeTest.KafkaCatalog kafkaCatalog, io.trino.tests.product.kafka.TestKafkaAvroReadsSmokeTest.MessageSerializer messageSerializer) throws Exception- Throws:
Exception
-
testNullType
public void testNullType(io.trino.tests.product.kafka.TestKafkaAvroReadsSmokeTest.KafkaCatalog kafkaCatalog, io.trino.tests.product.kafka.TestKafkaAvroReadsSmokeTest.MessageSerializer messageSerializer) throws Exception- Throws:
Exception
-
testSelectStructuralDataType
public void testSelectStructuralDataType(io.trino.tests.product.kafka.TestKafkaAvroReadsSmokeTest.KafkaCatalog kafkaCatalog, io.trino.tests.product.kafka.TestKafkaAvroReadsSmokeTest.MessageSerializer messageSerializer) throws Exception- Throws:
Exception
-
catalogs
public static Object[][] catalogs()
-
-