Skip to content
Snippets Groups Projects
Commit 865e7cc3 authored by Reynold Xin's avatar Reynold Xin
Browse files

[SPARK-15979][SQL] Rename various Parquet support classes.

## What changes were proposed in this pull request?
This patch renames various Parquet support classes from CatalystAbc to ParquetAbc. This new naming makes more sense for two reasons:

1. These are not optimizer related (i.e. Catalyst) classes.
2. We are in the Spark code base, and as a result it'd be more clear to call out these are Parquet support classes, rather than some Spark classes.

## How was this patch tested?
Renamed test cases as well.

Author: Reynold Xin <rxin@databricks.com>

Closes #13696 from rxin/parquet-rename.
parent 3e6d567a
No related branches found
No related tags found
No related merge requests found
Showing
with 120 additions and 123 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment