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-26584][SQL] Remove spark.sql.orc.copyBatchToSpark internal conf #23503

Closed
wants to merge 2 commits into from
Closed

[SPARK-26584][SQL] Remove spark.sql.orc.copyBatchToSpark internal conf #23503

wants to merge 2 commits into from

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Jan 10, 2019

What changes were proposed in this pull request?

This PR aims to remove internal ORC configuration to simplify the code path for Spark 3.0.0. This removes the configuration spark.sql.orc.copyBatchToSpark and related ORC codes including tests and benchmarks.

How was this patch tested?

Pass the Jenkins with the reduced test coverage.

@dongjoon-hyun
Copy link
Member Author

cc @cloud-fan , @viirya , @gengliangwang

@dongjoon-hyun
Copy link
Member Author

Thank you for review and approval, @cloud-fan .

@@ -86,12 +85,8 @@
// The memory mode of the columnarBatch
private final MemoryMode MEMORY_MODE;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still need this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. Thank you.

@dongjoon-hyun
Copy link
Member Author

Thank you, @HyukjinKwon and @viirya .

@SparkQA
Copy link

SparkQA commented Jan 10, 2019

Test build #100998 has finished for PR 23503 at commit e2574c7.

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

@SparkQA
Copy link

SparkQA commented Jan 10, 2019

Test build #101004 has finished for PR 23503 at commit acc4145.

  • This patch fails due to an unknown error code, -9.
  • This patch merges cleanly.
  • This patch adds no public classes.

@viirya
Copy link
Member

viirya commented Jan 10, 2019

retest this please.

@dongjoon-hyun
Copy link
Member Author

Thanks, @viirya .

@gengliangwang
Copy link
Member

+1, LGTM

@SparkQA
Copy link

SparkQA commented Jan 10, 2019

Test build #101009 has finished for PR 23503 at commit acc4145.

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

@dongjoon-hyun
Copy link
Member Author

Thank you, @gengliangwang .

@dongjoon-hyun
Copy link
Member Author

Merged to master.

jackylee-ch pushed a commit to jackylee-ch/spark that referenced this pull request Feb 18, 2019
## What changes were proposed in this pull request?

This PR aims to remove internal ORC configuration to simplify the code path for Spark 3.0.0. This removes the configuration `spark.sql.orc.copyBatchToSpark` and related ORC codes including tests and benchmarks.

## How was this patch tested?

Pass the Jenkins with the reduced test coverage.

Closes apache#23503 from dongjoon-hyun/SPARK-26584.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
6 participants