Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
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_ |
Test suite to verify proper conversion of Catalog objects to/from Thrift structs.
Definition at line 43 of file CatalogObjectToFromThriftTest.java.
|
inlinestatic |
Definition at line 52 of file CatalogObjectToFromThriftTest.java.
|
inlinestatic |
Definition at line 47 of file CatalogObjectToFromThriftTest.java.
References com.cloudera.impala.catalog.CatalogObjectToFromThriftTest.catalog_.
|
inline |
Definition at line 143 of file CatalogObjectToFromThriftTest.java.
References com.cloudera.impala.catalog.Type.DOUBLE.
|
inline |
Definition at line 171 of file CatalogObjectToFromThriftTest.java.
References com.cloudera.impala.catalog.Type.DOUBLE.
|
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.
|
inline |
Definition at line 55 of file CatalogObjectToFromThriftTest.java.
References com.cloudera.impala.catalog.HdfsTable.getPartitions(), and com.cloudera.impala.catalog.Table.numRows_.
|
inline |
Definition at line 205 of file CatalogObjectToFromThriftTest.java.
References com.cloudera.impala.catalog.HdfsPartition.toHmsPartition().
|
inline |
Definition at line 231 of file CatalogObjectToFromThriftTest.java.
|
staticprivate |
Definition at line 44 of file CatalogObjectToFromThriftTest.java.
Referenced by com.cloudera.impala.catalog.CatalogObjectToFromThriftTest.setUp().