Skip to content

Conversation

@viirya
Copy link
Member

@viirya viirya commented Feb 17, 2015

Current ParquetConversions in HiveMetastoreCatalog will transformUp the given plan multiple times if there are many Metastore Parquet tables. Since the transformUp operation is recursive, it should be better to only perform it once.

@SparkQA
Copy link

SparkQA commented Feb 17, 2015

Test build #27631 has finished for PR 4651 at commit e0f919b.

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

@SparkQA
Copy link

SparkQA commented Feb 17, 2015

Test build #27633 has finished for PR 4651 at commit c1ed29d.

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

@marmbrus
Copy link
Contributor

Thanks, merged to master and 1.3

asfgit pushed a commit that referenced this pull request Feb 17, 2015
…reCatalog

Current `ParquetConversions` in `HiveMetastoreCatalog` will transformUp the given plan multiple times if there are many Metastore Parquet tables. Since the transformUp operation is recursive, it should be better to only perform it once.

Author: Liang-Chi Hsieh <[email protected]>

Closes #4651 from viirya/parquet_atonce and squashes the following commits:

c1ed29d [Liang-Chi Hsieh] Fix bug.
e0f919b [Liang-Chi Hsieh] Only transformUp the given plan once.

(cherry picked from commit 4611de1)
Signed-off-by: Michael Armbrust <[email protected]>
@asfgit asfgit closed this in 4611de1 Feb 17, 2015
@viirya viirya deleted the parquet_atonce branch December 27, 2023 18:16
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