Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-3536][SQL] SELECT on empty parquet table throws exception #2456

Closed
wants to merge 1 commit into from

Conversation

ravipesala
Copy link
Contributor

It returns null metadata from parquet if querying on empty parquet file while calculating splits.So added null check and returns the empty splits.

Author : ravipesala ravindra.pesala@huawei.com

@ravipesala
Copy link
Contributor Author

Please review

@SparkQA
Copy link

SparkQA commented Sep 19, 2014

Can one of the admins verify this patch?

@marmbrus
Copy link
Contributor

ok to test

@ravipesala
Copy link
Contributor Author

Though @marmbrus called "ok to test" 3 days ago, QA is not merging it and not running the test cases. Did I miss something here?

@marmbrus
Copy link
Contributor

Sometimes Jenkins is flakey. I just requested a test though a back channel. Please ping me again if it doesn't fire shortly.

@SparkQA
Copy link

SparkQA commented Sep 23, 2014

QA tests have started for PR 2456 at commit 1e81a50.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Sep 23, 2014

QA tests have finished for PR 2456 at commit 1e81a50.

  • This patch passes unit tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • logInfo("Interrupting user class to stop.")

@marmbrus
Copy link
Contributor

Thanks! Merged to master.

@asfgit asfgit closed this in 3b8eefa Sep 23, 2014
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