Skip to content

Conversation

@liancheng
Copy link
Contributor

This PR removes the old Parquet support:

  • Removes the old ParquetRelation together with related SQL configuration, plan nodes, strategies, utility classes, and test suites.

  • Renames ParquetRelation2 to ParquetRelation

  • Renames RowReadSupport and RowRecordMaterializer to CatalystReadSupport and CatalystRecordMaterializer respectively, and moved them to separate files.

    This follows naming convention used in other Parquet data models implemented in parquet-mr. It should be easier for developers who are familiar with Parquet to follow.

There's still some other code that can be cleaned up. Especially RowWriteSupport. But I'd like to leave this part to SPARK-8848.

@SparkQA
Copy link

SparkQA commented Jul 16, 2015

Test build #37493 has finished for PR 7441 at commit 978c604.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@liancheng liancheng changed the title [SPARK-9095] [SQL] [WIP] Removes the old Parquet support [SPARK-9095] [SQL] Removes the old Parquet support Jul 21, 2015
@liancheng
Copy link
Contributor Author

retest this please

@SparkQA
Copy link

SparkQA commented Jul 21, 2015

Test build #37936 has finished for PR 7441 at commit 072f0d2.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Jul 21, 2015

Test build #37944 has finished for PR 7441 at commit 072f0d2.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@liancheng liancheng force-pushed the spark-9095 branch 2 times, most recently from ba9b3da to dc93730 Compare July 22, 2015 11:18
@SparkQA
Copy link

SparkQA commented Jul 22, 2015

Test build #38071 has finished for PR 7441 at commit dc93730.

  • This patch fails to build.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Jul 22, 2015

Test build #38070 has finished for PR 7441 at commit ba9b3da.

  • This patch fails to build.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Jul 22, 2015

Test build #1170 has finished for PR 7441 at commit dc93730.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@liancheng
Copy link
Contributor Author

retest this please

@SparkQA
Copy link

SparkQA commented Jul 23, 2015

Test build #38164 has finished for PR 7441 at commit dc93730.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@liancheng
Copy link
Contributor Author

cc @marmbrus

@SparkQA
Copy link

SparkQA commented Jul 26, 2015

Test build #38458 has finished for PR 7441 at commit c7b6e38.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@rxin
Copy link
Contributor

rxin commented Jul 26, 2015

Thanks - I've merged this.

@asfgit asfgit closed this in c025c3d Jul 26, 2015
@liancheng liancheng deleted the spark-9095 branch July 27, 2015 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants