Package io.prestosql.tests.hive
Class TestHiveViewsLegacy
- java.lang.Object
-
- io.prestosql.tempto.ProductTest
-
- io.prestosql.tests.hive.HiveProductTest
-
- io.prestosql.tests.hive.TestHiveViewsLegacy
-
public class TestHiveViewsLegacy extends HiveProductTest
-
-
Constructor Summary
Constructors Constructor Description TestHiveViewsLegacy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestExistingView()voidtestHiveViewInInformationSchema()voidtestHiveViewWithParametrizedTypes()voidtestIdentifierThatStartWithDigit()voidtestRichSqlSyntax()Test view containing IF, IN, LIKE, BETWEEN, CASE, COALESCE, operators, delimited and non-delimited columns, an inline commentvoidtestSelectFromHiveViewWithoutDefaultCatalogAndSchema()voidtestSelectOnView()voidtestSelectOnViewFromDifferentSchema()voidtestShowCreateView()voidtestUnsupportedLateralViews()voidtestViewWithUnsupportedCoercion()voidtestWithUnsupportedFunction()-
Methods inherited from class io.prestosql.tests.hive.HiveProductTest
getHiveVersionMajor, getHiveVersionMinor, getHiveVersionPatch, isHiveVersionBefore12
-
-
-
-
Method Detail
-
setup
public void setup()
-
testSelectOnView
public void testSelectOnView()
-
testSelectOnViewFromDifferentSchema
public void testSelectOnViewFromDifferentSchema()
-
testViewWithUnsupportedCoercion
public void testViewWithUnsupportedCoercion()
-
testWithUnsupportedFunction
public void testWithUnsupportedFunction()
-
testExistingView
public void testExistingView()
-
testShowCreateView
public void testShowCreateView()
-
testUnsupportedLateralViews
public void testUnsupportedLateralViews()
-
testIdentifierThatStartWithDigit
public void testIdentifierThatStartWithDigit()
-
testHiveViewInInformationSchema
public void testHiveViewInInformationSchema()
-
testHiveViewWithParametrizedTypes
public void testHiveViewWithParametrizedTypes()
-
testRichSqlSyntax
public void testRichSqlSyntax()
Test view containing IF, IN, LIKE, BETWEEN, CASE, COALESCE, operators, delimited and non-delimited columns, an inline comment
-
testSelectFromHiveViewWithoutDefaultCatalogAndSchema
public void testSelectFromHiveViewWithoutDefaultCatalogAndSchema()
-
-