Class TestHiveViewsLegacy

    • Constructor Detail

      • TestHiveViewsLegacy

        public TestHiveViewsLegacy()
    • 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()