Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
com.cloudera.impala.catalog.CatalogObjectToFromThriftTest Class Reference
Collaboration diagram for com.cloudera.impala.catalog.CatalogObjectToFromThriftTest:

Public Member Functions

void TestPartitionedTable () throws CatalogException
 
void TestMismatchedAvroAndTableSchemas () throws CatalogException
 
void TestHBaseTables () throws CatalogException
 
void TestHBaseTableWithBinaryEncodedCols () throws CatalogException
 
void TestTableLoadingErrors () throws ImpalaException
 
void TestView () throws CatalogException
 

Static Public Member Functions

static void setUp () throws Exception
 
static void cleanUp ()
 

Static Private Attributes

static CatalogServiceCatalog catalog_
 

Detailed Description

Test suite to verify proper conversion of Catalog objects to/from Thrift structs.

Definition at line 43 of file CatalogObjectToFromThriftTest.java.

Member Function Documentation

static void com.cloudera.impala.catalog.CatalogObjectToFromThriftTest.cleanUp ( )
inlinestatic

Definition at line 52 of file CatalogObjectToFromThriftTest.java.

static void com.cloudera.impala.catalog.CatalogObjectToFromThriftTest.setUp ( ) throws Exception
inlinestatic
void com.cloudera.impala.catalog.CatalogObjectToFromThriftTest.TestHBaseTables ( ) throws CatalogException
inline
void com.cloudera.impala.catalog.CatalogObjectToFromThriftTest.TestHBaseTableWithBinaryEncodedCols ( ) throws CatalogException
inline
void com.cloudera.impala.catalog.CatalogObjectToFromThriftTest.TestMismatchedAvroAndTableSchemas ( ) throws CatalogException
inline

Validates proper to/fromThrift behavior for a table whose column definition does not match its Avro schema definition. The expected behavior is that the Avro schema definition will override any columns defined in the table.

Definition at line 123 of file CatalogObjectToFromThriftTest.java.

void com.cloudera.impala.catalog.CatalogObjectToFromThriftTest.TestPartitionedTable ( ) throws CatalogException
inline
void com.cloudera.impala.catalog.CatalogObjectToFromThriftTest.TestTableLoadingErrors ( ) throws ImpalaException
inline
void com.cloudera.impala.catalog.CatalogObjectToFromThriftTest.TestView ( ) throws CatalogException
inline

Definition at line 231 of file CatalogObjectToFromThriftTest.java.

Member Data Documentation

CatalogServiceCatalog com.cloudera.impala.catalog.CatalogObjectToFromThriftTest.catalog_
staticprivate

The documentation for this class was generated from the following file: