org.apache.spark.sql.hive

parquet

package parquet

Visibility
  1. Public
  2. All

Type Members

  1. class FakeParquetSerDe extends SerDe

    A placeholder that allows Spark SQL users to create metastore tables that are stored as parquet files.

    A placeholder that allows Spark SQL users to create metastore tables that are stored as parquet files. It is only intended to pass the checks that the serde is valid and exists when a CREATE TABLE is run. The actual work of decoding will be done by ParquetTableScan when "spark.sql.hive.convertMetastoreParquet" is set to true.

    Annotations
    @deprecated
    Deprecated

Ungrouped