Package io.trino.tests.product.hive
Class TestHiveViews
- java.lang.Object
-
- io.trino.tempto.ProductTest
-
- io.trino.tests.product.hive.HiveProductTest
-
- io.trino.tests.product.hive.AbstractTestHiveViews
-
- io.trino.tests.product.hive.TestHiveViews
-
public class TestHiveViews extends AbstractTestHiveViews
-
-
Field Summary
-
Fields inherited from class io.trino.tests.product.hive.HiveProductTest
ERROR_COMMITTING_WRITE_TO_HIVE_RETRY_POLICY
-
-
Constructor Summary
Constructors Constructor Description TestHiveViews()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestCastTimestampAsDecimal()voidtestFailingHiveViewsWithMetadataListing()voidtestFromUtcTimestamp()voidtestFromUtcTimestampCornerCases()voidtestLateralViewExplode()voidtestLateralViewExplodeArrayOfStructs()voidtestLateralViewJsonTupleAs()-
Methods inherited from class io.trino.tests.product.hive.AbstractTestHiveViews
assertViewQuery, connectToTrino, setSessionProperty, sqlDate, testArrayConstructionInView, testArrayIndexingInView, testCommonTableExpression, testCurrentUser, testDateFunction, testExistingView, testHiveViewInInformationSchema, testHiveViewWithParametrizedTypes, testIdentifierThatStartWithDigit, testMapConstructionInView, testNestedCommonTableExpression, testNestedGroupBy, testNestedHiveViews, testOuterParentheses, testPmodFunction, testRichSqlSyntax, testSelectFromHiveViewWithoutDefaultCatalogAndSchema, testSelectOnView, testSelectOnViewFromDifferentSchema, testShowCreateView, testTimestampHiveView, testUnionAllViews, testUnionDistinctViews, testViewReferencingHiveAndIcebergTables, testViewReferencingTableInDifferentSchema, testViewReferencingTableInTheSameSchemaWithoutQualifier, testViewWithColumnAliasesDifferingInCase, testViewWithUnsupportedCoercion, testWithUnsupportedFunction, unsetSessionProperty
-
Methods inherited from class io.trino.tests.product.hive.HiveProductTest
getHiveVersionMajor, getHiveVersionMinor, getHiveVersionPatch, isHiveVersionBefore12, isHiveWithBrokenAvroTimestamps
-
-
-
-
Method Detail
-
testFailingHiveViewsWithMetadataListing
public void testFailingHiveViewsWithMetadataListing()
-
testLateralViewExplode
public void testLateralViewExplode()
-
testLateralViewExplodeArrayOfStructs
public void testLateralViewExplodeArrayOfStructs()
-
testLateralViewJsonTupleAs
public void testLateralViewJsonTupleAs()
-
testFromUtcTimestamp
public void testFromUtcTimestamp()
-
testFromUtcTimestampCornerCases
public void testFromUtcTimestampCornerCases()
-
testCastTimestampAsDecimal
public void testCastTimestampAsDecimal()
-
-