public class HiveMetastoreCatalog.ParquetConversions
extends org.apache.spark.sql.catalyst.rules.Rule<org.apache.spark.sql.catalyst.plans.logical.LogicalPlan>
| Constructor and Description |
|---|
HiveMetastoreCatalog.ParquetConversions()
When scanning or writing to non-partitioned Metastore Parquet tables, convert them to Parquet
data source relations for better performance.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.spark.sql.catalyst.plans.logical.LogicalPlan |
apply(org.apache.spark.sql.catalyst.plans.logical.LogicalPlan plan) |
isTraceEnabled, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarning, org$apache$spark$Logging$$log__$eq, org$apache$spark$Logging$$log_, ruleNameequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitializeIfNecessary, initializeLogging, log_public HiveMetastoreCatalog.ParquetConversions()
This rule can be considered as HiveStrategies.ParquetConversion done right.