Package io.prestosql.tests.iceberg
Class TestSparkCompatibility
- java.lang.Object
-
- io.prestosql.tempto.ProductTest
-
- io.prestosql.tests.iceberg.TestSparkCompatibility
-
public class TestSparkCompatibility extends io.prestosql.tempto.ProductTest
-
-
Constructor Summary
Constructors Constructor Description TestSparkCompatibility()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestPrestoCreatesSparkDrops()voidtestPrestoReadingCompositeSparkData()voidtestPrestoReadingNestedSparkData()voidtestPrestoReadingSparkData()voidtestPrestoReadsSparkPartitionedTable()voidtestSparkCreatesPrestoDrops()voidtestSparkReadingCompositePrestoData()voidtestSparkReadingNestedPrestoData()voidtestSparkReadingPrestoData()voidtestSparkReadsPrestoPartitionedTable()
-
-
-
Method Detail
-
testPrestoReadingSparkData
public void testPrestoReadingSparkData()
-
testSparkReadingPrestoData
public void testSparkReadingPrestoData()
-
testSparkCreatesPrestoDrops
public void testSparkCreatesPrestoDrops()
-
testPrestoCreatesSparkDrops
public void testPrestoCreatesSparkDrops()
-
testSparkReadsPrestoPartitionedTable
public void testSparkReadsPrestoPartitionedTable()
-
testPrestoReadsSparkPartitionedTable
public void testPrestoReadsSparkPartitionedTable()
-
testPrestoReadingCompositeSparkData
public void testPrestoReadingCompositeSparkData()
-
testSparkReadingCompositePrestoData
public void testSparkReadingCompositePrestoData()
-
testPrestoReadingNestedSparkData
public void testPrestoReadingNestedSparkData()
-
testSparkReadingNestedPrestoData
public void testSparkReadingNestedPrestoData()
-
-